FreezeObj

Introduced

1.0

Description

Freezes the construction history on objects.

Scripting Syntax

FreezeObj( [InputObjs], [Time], [PropagationType] )

Parameters

Parameter

Type

Description

InputObjs

String

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

siBranchFlag

Freeze the branch or just the node.

Default Value: siUnspecified

Examples

VBScript Example

CreatePrim "Grid", "NurbsSurface", "MyGrid"
ApplyOp "Twist", "MyGrid"
FreezeObj( "MyGrid" )


Autodesk Softimage v7.5