Houdini 21.0 Nodes APEX nodes

graph::RenamePort

Sets the name of an input port, output port, or subport.

On this page
Since 21.0

Sets the name of a port to name. To be renamed, the port must be one of the following:

The graph ports of this node are in-place ports, which means the graph is updated without creating a copy.

Inputs

*graph: ApexGraphHandle Required

The graph that contains the port to rename.

portid: ApexPortID

The port to rename.

name: String

The new name of the port.

Outputs

*graph: ApexGraphHandle

The updated graph with the port renamed.

success: Bool

Returns True if the port is renamed.

See also

APEX nodes