Houdini 20.5 Nodes APEX nodes

graph::Compile

Compiles a graph and reports any execution errors.

On this page
Since 20.0

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 to compile.

doinvoke: Bool

If set to True, all the outputs of the graph are evaluated, and any errors are reported to the graph. The errors can be viewed by setting the Error Handling Mode parameter on an APEX Invoke Graph SOP to Report as Warnings or Abort.

Outputs

*graph: ApexGraphHandle

The compiled graph.

See also

APEX nodes