Houdini 20.5 Nodes APEX nodes

graph::ParentNodes

Parents two nodes in a graph.

On this page
Since 20.5

Creates the necessary connections between two TransformObject nodes to create a parent-child relationship.

Warning

The rest postion of the child is not updated.

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 contains the nodes to parent.

child: ApexNodeID

The child node.

parent: ApexNodeID

The parent node.

Outputs

*graph: ApexGraphHandle

The graph with the updated hierarchy.

See also

APEX nodes