Houdini 20.5 Nodes APEX nodes

graph::UpdateNodeTags

Updates the tags on a node in an APEX graph.

On this page
Since 20.0

Updates the tags on a node in an APEX graph.

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 to update.

nodeid: ApexNodeID

The node on which to update its tags.

tags: StringArray

An array of tags to replace or add to the current tags on the node.

clear: Bool

If set to True, tags replaces the existing tags on the node. If set to False, tags is added to the existing tags on the node.

Outputs

*graph: ApexGraphHandle

Pass-through of the corresponding graph input.

nodeid: ApexNodeID

The ID of the node with the updated tags.

See also

APEX nodes