This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com
BaseObject
| Return type: | CAJointObject |
|---|---|
| Returns: | The new joint object. |
Get the bone data for this joint:
m, len = cajointobject.GetBone()
| Return type: | list |
|---|---|
| Keywords m: | |
| Parameters: |
|
| Keywords len: | float |
Get the weight tag corresponding to this joint:
tag, index = cajointobject.GetWeightTag()
| Return type: | list |
|---|---|
| Returns: | m is the weight tag, and index the weight tag index. |