MaxScript with Objects
 
 
 

CATObject

All CATBones use and CATObjects to display their geometry in the viewport.

CATObjectFPInterface

Properties:

 .TMController : integer : Read

This value returns the Transform controller for this object.

 .SelectedLayer : integer : Read|Write

Returns the currently selected layer.

 .SoloLayer : integer : Read|Write

Returns the index of the solo layer, or -1 if no layer is soloed.

Methods:

 <void>CopyMeshFromNode <node>node 

Add a new layer to the bottom of the layer stack. Returns the index of the new layer.

Example: $.CopyMeshFromNode $Sphere01

 <void>PasteRig <object>pasteobject 

Paste the setting from an object onto the current one.