unreal.NearestNeighborModelSectionWeightMapCreationMethod¶
- class unreal.NearestNeighborModelSectionWeightMapCreationMethod¶
Bases:
EnumBaseENearest Neighbor Model Section Weight Map Creation Method
C++ Source:
Plugin: NearestNeighborModel
Module: NearestNeighborModel
File: NearestNeighborModel.h
- EXTERNAL_TXT: NearestNeighborModelSectionWeightMapCreationMethod = Ellipsis¶
Using an external .txt file
- Type:
3
- FROM_TEXT: NearestNeighborModelSectionWeightMapCreationMethod = Ellipsis¶
Include all vertices from text with weight 1.
- Type:
0
- SELECTED_BONES: NearestNeighborModelSectionWeightMapCreationMethod = Ellipsis¶
Use skinning weights from selected bones.
- Type:
1
- VERTEX_ATTRIBUTES: NearestNeighborModelSectionWeightMapCreationMethod = Ellipsis¶
Use weights from a vertex attribute.
- Type:
2