Introduced
1.0
Description
Freezes the construction history on objects.
Scripting Syntax
FreezeObj( [InputObjs], [Time], [PropagationType] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
List of objects to freeze. Default Value: Current selection or active objects. |
|
|
Time |
Number |
Frame at which to freeze the objects. Default Value: Current time converted to nearest frame. |
|
PropagationType |
Freeze the branch or just the node. Default Value: siUnspecified |
Examples
VBScript Example
CreatePrim "Grid", "NurbsSurface", "MyGrid" ApplyOp "Twist", "MyGrid" FreezeObj( "MyGrid" )
SOFTIMAGE|XSI v6.01