Houdini 20.5 Nodes APEX nodes

graph::PromoteNodeOutput

Promotes an output port to the graph’s output node.

On this page
Since 20.5

Promotes a port, portname, to the graph’s output node.

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 node with the output port to promote.

nodeid: ApexNodeID

The node with the output port to promote.

portname: String

The name of the output port to promote.

outputnodeid: ApexNodeID

The node ID of the graph’s output node.

outputname: String

The name of the promoted port on the graph’s output node.

Outputs

*graph: ApexGraphHandle

The updated graph with the newly promoted port.

graphoutput: ApexPortID

The port ID of the new port on the output node.

See also

APEX nodes