Houdini 20.5 Nodes APEX Nodes

component::InsertTransformParent

Inserts a new TransformObject node between a node and its parent.

On this page
Since 20.5

Inserts a new TransformObject node between a node (nodeid) and its parent. The restlocal of the new parent is set to the original restlocal of nodeid. The restlocal of nodeid is then set to ident() in order to keep nodeid at its original position once the new parent is added.

The graph ports of this node are in-place ports, which means that the graph is updated without creating a copy.

Inputs

*graph: ApexGraphHandle Required

The graph that the new parent is added to.

nodeid: ApexNodeID

The node that has a new parent added to it.

suffix: String

The parent inherits the name of the child plus the suffix. If no suffix is supplied, an underscore is added to the name of the new parent to prevent naming conflicts.

Outputs

*graph: ApexGraphHandle

The updated graph with the added parent.

parent: ApexNodeID

The parent node.

See also

APEX Nodes