unreal.NearestNeighborModelSectionWeightMapCreationMethod

class unreal.NearestNeighborModelSectionWeightMapCreationMethod

Bases: EnumBase

ENearest Neighbor Model Section Weight Map Creation Method

C++ Source:

  • Plugin: NearestNeighborModel

  • Module: NearestNeighborModel

  • File: NearestNeighborModel.h

EXTERNAL_TXT: NearestNeighborModelSectionWeightMapCreationMethod

Using an external .txt file

Type:

3

FROM_TEXT: NearestNeighborModelSectionWeightMapCreationMethod

Include all vertices from text with weight 1.

Type:

0

SELECTED_BONES: NearestNeighborModelSectionWeightMapCreationMethod

Use skinning weights from selected bones.

Type:

1

VERTEX_ATTRIBUTES: NearestNeighborModelSectionWeightMapCreationMethod

Use weights from a vertex attribute.

Type:

2