Houdini 22.0 Nodes APEX nodes

graph::RemoveNodeTag

Removes a tag on an APEX graph node.

On this page
Since 22.0

Removes a tag on an APEX graph node. This is useful for removing a single tag from a node. When removing multiple tags, use graph::UpdateNodeTags instead.

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

nodeid: ApexNodeID

The node on which to remove the tag.

tag: String

The tag to remove.

Outputs

*graph: ApexGraphHandle

Pass-through of the corresponding graph input.

nodeid: ApexNodeID

The ID of the node with the tag removed.

See also

APEX nodes