Houdini 20.0 Nodes APEX Nodes

graph::UpdateNodeProperties

Update properties on an APEX node in an APEX graph.

On this page
Since 20.0

Update the properties dictionary on an APEX node in an APEX graph.

Inputs

*graph: ApexGraphHandle Required

The graph to update node properties on.

nodeid: ApexNodeID

The id of the node to update properites on.

properties: Dict

The dictionary of properties to update with. Depending on whether clear is True or False, this either replaces or is added to the existing properties on the node.

clear: Bool

Whether to remove all existing properties before adding the properties dictionary to the node’s properties. This changes whether the node’s properties are replaced or added to by properties.

Outputs

*graph: ApexGraphHandle

Pass-through of corresponding graph input.

nodeid: ApexNodeID

The id of the node that properties were updated on.

See also

APEX Nodes