Houdini 22.0 Nodes APEX nodes

graph::RenameNode

Sets the name of a node.

On this page
Since 22.0

Sets the name of a node to name.

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 node to rename.

nodeid: ApexNodeID

The node to rename.

name: String

The new name of the node.

Outputs

*graph: ApexGraphHandle

The updated graph with the node renamed.

success: Bool

Returns True if the node is renamed.

See also

APEX nodes