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

c4d.modules.character.CAJointObject – a joint object class

class c4d.modules.character.CAJointObject

SuperClass

BaseObject

Methods

CAJointObject.__init__()
Return type:CAJointObject
Returns:The new joint object.
CAJointObject.GetBone()

Get the bone data for this joint:

m, len = cajointobject.GetBone()
Return type:

list

Keywords m:

Matrix

Parameters:
  • m – The bone matrix.
  • len – The bone length.
Keywords len:

float

CAJointObject.GetWeightTag()

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.

Table Of Contents

This Page