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 portname. To be renamed, the port must be one of the following:

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

Whether the port rename was successful.

See also

APEX nodes