v5.0
edit
Parents the specified or selected object(s) under the last object selected or specified. There must be at least two objects selected or specified as input and only the last selected or specified object is the parent. For example, if the user selects a cone, a cube, a disc and a sphere (in that order), the cone, cube, and disc will be parented under the sphere. Alternatively, you can specify these objects with the Objects argument: "cone, cube, disc, sphere" to get the same results without the Selection.
ParentObjects( [Objects] ); |
Parameter | Type | Description |
---|---|---|
Objects | String | List of objects to reparent
Default Value: Current selection |
GetPrim "Null", "MyParent" GetPrim "Null", "MyChild" SelectObj "MyChild", , True AddToSelection "MyParent", , True ParentObjects |