Get the bone data for this joint:
m, len = cajointobject.GetBone()
Get the weight tag corresponding to this joint:
weight = cajointobject.GetWeightTag() if not weight: return print weight["op"] #c4d.BaseTag print weight["index"] #int
Enter search terms or a module, class or function name.