CutObj
 
 
 

CutObj

Introduced

v1.0

Description

Cut objects from their parents and put them under the scene root.

Scripting Syntax

CutObj( [Children] );

Parameters

Parameter Type Description
Children String 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

ParentObj ParentObjects