v1.0
edit
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" |