Houdini 20.5 Nodes APEX nodes

graph::ReplaceNodeTag

Finds and replaces a tag on a node.

On this page
Since 20.5

Finds and replaces an existing tag on a node with a new tag. If replace is empty, the tag is removed.

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

Inputs

*graph: ApexGraphHandle Required

The graph that contains the node with the tag to replace.

*nodeid: ApexNodeID Required

The node with the tag to replace.

find: String

The name of the tag to replace.

replace: String

The new tag name. If this field is empty, the tag is removed.

Outputs

*graph: ApexGraphHandle

The updated graph with the new tags.

*nodeid: ApexNodeID

The node with the modified tags.

See also

APEX nodes