Houdini 20.0 Nodes APEX Nodes

graph::Merge

Merges the contents of a APEX graphs into an existing APEX graph.

On this page
Since 20.0

Merges the contents of a APEX graphs into an existing APEX graph. Conflicting node named do not get resolved, which might have an impact on filter operations by name such as graph::FindNode. It is important to note that the ids of the existing nodes in the graph to be modified do not change with the merge operations. The newly added nodes from the mergegraph will however not necessarily have the same node ids they had on the seperate graph.

Inputs

*graph: ApexGraphHandle Required

The APEX graph that is to be extended with the content the second APEX graph.

mergegraph: ApexGraphHandle

The APEX graph to be merged in.

Outputs

*graph: ApexGraphHandle

The APEX graph with the added contend of the second APEX graph.

APEX Nodes