This Function Publishing Interface is exposed by CATParent : Helper and CATParentTrans : Matrix3Controller which are part of 3ds Max CAT.
Get/set the name of the CAT Rig.
Setting this property will rename all CAT Rig bones and prefix them with the CATName.
Get/set the CAT Color Mode.Default is 0.
Get/set the Bone Length Axis mode.
Contains a reference to the scene object representing the CATParent.
Contains the HubTranscontroller of the Root Hub.
Contains the CAT version number.
Contains the CAT Rig'slocal space.This is equivalent to .Node.transform
Contains an array of all nodes that are part of the CATRig.
Contains an array of all controllers that are part of the CATRig.
Contains a reference to the Root Transform Node.
Default is undefined. Use .AddRootNode() to create a RootTransformNode.
Loads a CATRig definition from the specified file name.
Returns true on success, false on failure.
Saves the CATRig definition to the specified file name.
Returns true on success, false on failure.
Returns a Bone node by its string address.
You can use the .Address property exposed by CATNodeControlFPInterface to get a bone's address string.
Adds a Root Node. Accessible via the .RootTransformNode property.
CATParentTrans : Matrix3Controller