Introduced
1.0
Description
Parents children under an object.
Scripting Syntax
ParentObj( Parent, [Children] )
Parameters
|
Parameter |
Type |
Description |
|
Parent |
New parent object |
|
|
Children |
List of children to reparent Default Value: Current selection |
Examples
VBScript Example
GetPrim "Null", "MyParent"
GetPrim "Null", "MyChild"
ParentObj "MyParent", "MyChild"See Also
Autodesk Softimage v7.5