Get the parent morph node.
Return type: | CAMorphNode |
---|---|
Returns: | The node. |
Get the next morph node.
Return type: | CAMorphNode |
---|---|
Returns: | The node. |
Get the previous morph node.
Return type: | CAMorphNode |
---|---|
Returns: | The node. |
Get the first child of the morph node.
Return type: | CAMorphNode |
---|---|
Returns: | The node. |
Get the info of the morph node.
Return type: | int | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns: | The info flag:
|
||||||||||||||||||||||||||
Return type: | CAMorphNode | ||||||||||||||||||||||||||
Returns: | The node. |
Get the point count.
Return type: | int |
---|---|
Returns: | The count. |
Set the point count.
Parameters: | cnt (int) – The count. |
---|---|
Return type: | bool |
Returns: | True on success, otherwise False. |
Get the point of the morph node.
Parameters: | index (int) – The index of the point. |
---|---|
Raises IndexError: | |
If the point index is out of range : 0<=index<GetPointCount(). | |
Return type: | Vector |
Returns: | The point. |
Get the point of the morph node.
Parameters: |
|
---|---|
Raises IndexError: | |
If the point index is out of range : 0<=index<GetPointCount(). |
Get the tangent count.
Return type: | int |
---|---|
Returns: | The count. |
Set the tangent count.
Parameters: | cnt (int) – The count. |
---|---|
Return type: | bool |
Returns: | True on success, otherwise False. |
Get the tangent of the morph node.
Parameters: | index (int) – The index of the tangent. |
---|---|
Raises IndexError: | |
If the tangent index is out of range : 0<=index<GetTangentCount(). | |
Return type: | Vector |
Returns: | The tangent. |
Get the tangent of the morph node.
Parameters: |
|
---|---|
Raises IndexError: | |
If the tangent index is out of range : 0<=index<GetTangentCount(). |
Get the vertex map tag count.
Return type: | int |
---|---|
Returns: | The count. |
Get the vertex map count.
Return type: | int |
---|---|
Returns: | The count. |
Set the vertex map tag count.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True on success, otherwise False. |
Get the vertex map.
Parameters: |
|
---|---|
Return type: | float |
Returns: | The map. |
Set the vertex map.
Parameters: |
|
---|
Get the param count.
Return type: | int |
---|---|
Returns: | The count. |
Set the param count.
Parameters: | cnt (int) – The count. |
---|
Get the UV tag count.
Return type: | int |
---|---|
Returns: | The count. |
Set the UV count.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True on success, otherwise False. |
Get the UV.
Parameters: |
|
---|---|
Return type: | |
Returns: | The UV structure. |
Set the UV.
Parameters: |
|
---|
Set the UV count.
Parameters: |
|
---|
Return the parameter.
Parameters: | index (int) – The index. |
---|---|
Return type: | dict{data: any, id: DescID} |
Returns: | The parameter. |
Set the parameter.
Parameters: |
|
---|
Get the weight map tag count.
Return type: | int |
---|---|
Returns: | The count. |
Get the weight map joint count.
Return type: | int |
---|---|
Returns: | The count. |
Get the weight map count
Return type: | int |
---|---|
Returns: | The count. |
Get the weight map count
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True on success, otherwise False. |
Get the weight map count
Parameters: |
|
---|---|
Return type: | float |
Returns: | The weight map. |
Get the weight map count
Parameters: |
|
---|