Houdini 20.5 Nodes APEX nodes

graph::UpdateNodeProperties

Updates the properties of a node in an APEX graph.

On this page
Since 20.0

Updates the properties dictionary 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 properties.

properties: Dict

The dictionary of properties to update the node with.

clear: Bool

If set to True, removes all the node’s existing properties before adding the properties dictionary to the node’s properties. If set to False, the properties dictionary is added to the node’s existing properties.

Outputs

*graph: ApexGraphHandle

Pass-through of the corresponding graph input.

nodeid: ApexNodeID

The ID of the node with the updated properties.

See also

APEX nodes