v1.0
Parents children under an object.
ParentObj( Parent, [Children] ); |
Parameter | Type | Description |
---|---|---|
Parent | String | New parent object |
Children | String |
List of children to reparent Default Value: Current selection |
GetPrim "Null", "MyParent" GetPrim "Null", "MyChild" ParentObj "MyParent", "MyChild" |