Houdini 20.5 Nodes APEX Nodes

graph::SetProperties

Updates the properties dictionary of an APEX graph.

On this page
Since 20.5

The entries of the properties dictionary input are copied to the properties dictionary of an APEX graph, replacing entries that have the same keys.

If clear is set to True, the properties dictionary of the graph is cleared before it is updated. If addmissing is set to True, entries with new keys are added to the properties dictionary of the 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 with the properties to update.

properties: Dict

A dictionary of the properties of the graph to update.

clear: Bool

If set to True, the properties of the graph are cleared before they are updated.

addmissing: Bool

If set to True, entries with new keys are added to the properties of the graph.

Outputs

*graph: ApexGraphHandle

The input graph with its properties dictionary updated.

See also

APEX Nodes