Houdini 20.5 Nodes APEX nodes

graph::PromoteNodeInput

Promotes an input port to the graph’s parms node.

On this page
Since 20.5

Promotes an input port, portname, to the graph’s parms node. When promoting the t, r, or s ports on a TransformObject node, the parmname can be set to reflect the control name.

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 input port to promote.

nodeid: ApexNodeID

The node with the input port to promote.

portname: String

The name of the input port to promote.

parmnodeid: ApexNodeID

The node ID of the graph’s parms node. If not set, finds the first parms node in the graph.

parmname: String

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

Outputs

*graph: ApexGraphHandle

The updated graph with the newly promoted port.

graphinput: ApexPortID

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

See also

APEX nodes