Houdini 20.5 Nodes APEX Nodes

graph::Template

Compiles its internal subnetwork and outputs it as an APEX graph handle object.

On this page
Since 20.5

This node contains a subnetwork that is compiled as a graph at compile time, and output when it is evaluated. The subnet can be any graph that does not contain another graph::Template node.

Inputs

Outputs

graph: ApexGraphHandle

The subnetwork within this node, compiled as a graph, and output as an ApexGraphHandle object.

APEX Nodes