Introduced
1.0
Description
Cut objects from their parents and put them under the scene root.
Scripting Syntax
CutObj( [Children] )
Parameters
|
Parameter |
Type |
Description |
|
Children |
List of children to cut. Default Value: Current selection |
Examples
VBScript Example
GetPrim "Null", "Parent"
GetPrim "Null", "Child"
ParentObj "Parent", "Child"
CutObj "Child"See Also
Autodesk Softimage v7.5