ParentObj
 
 
 

ParentObj

Introduced

v1.0

Description

Parents children under an object.

Scripting Syntax

ParentObj( Parent, [Children] );

Parameters

Parameter Type Description
Parent String New parent object
Children String List of children to reparent

Default Value: Current selection

Examples

VBScript Example

GetPrim "Null", "MyParent"
GetPrim "Null", "MyChild"
ParentObj "MyParent", "MyChild"

See Also

CutObj