Houdini 20.0 Nodes APEX Nodes

graph::UpdateNodeTags

Update tags on an APEX node in an APEX graph.

On this page
Since 20.0

Update the tags on an APEX node in an APEX graph.

Inputs

*graph: ApexGraphHandle Required

The graph to update node tags on.

nodeid: ApexNodeID

The id of the node to update tags on.

tags: StringArray

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

clear: Bool

Whether to clear the existing tags before adding the new ones. If True, tags replaces the existing tags on the node, otherwise tags is added to the existing tags on the node.

Outputs

*graph: ApexGraphHandle

Pass-through of corresponding graph input.

nodeid: ApexNodeID

The id of the node that tags were updated on.

See also

APEX Nodes