Houdini 20.0 Nodes APEX Nodes

graph::PromoteInput

Link a port to an APEX graph input.

On this page
Since 20.0

Given an APEX graph, an input port on a node in the graph, and an input node in the graph, create a new input named parmname on the input node in the graph and connect it to the provided port.

Inputs

*graph: ApexGraphHandle Required

The graph to modify.

portid: ApexPortID

The port to connect to the input.

subportname: String

An optional subport name if the portid refers to a variadic port.

parmnodeid: ApexNodeID

The input node in the graph.

parmname: String

The input name to set for this input connected to portid.

Outputs

*graph: ApexGraphHandle

The modified graph.

graphinput: ApexPortID

The created input port id.

See also

APEX Nodes