unreal.MLDeformerMaskChannel

class unreal.MLDeformerMaskChannel

Bases: EnumBase

The channel to get the mask data from.

C++ Source:

  • Plugin: MLDeformerFramework

  • Module: MLDeformerFramework

  • File: MLDeformerModel.h

DISABLED: MLDeformerMaskChannel

Disable the weight mask.

Type:

0

VERTEX_COLOR_ALPHA: MLDeformerMaskChannel

The alpha vertex color channel.

Type:

4

VERTEX_COLOR_BLUE: MLDeformerMaskChannel

The blue vertex color channel.

Type:

3

VERTEX_COLOR_GREEN: MLDeformerMaskChannel

The green vertex color channel.

Type:

2

VERTEX_COLOR_RED: MLDeformerMaskChannel

The red vertex color channel.

Type:

1