Houdini 20.5 Nodes APEX Nodes

graph::SetDefaultParms

Updates the default parameter dictionary of an APEX graph.

On this page
Since 20.5

The entries of the parms dictionary are copied to the default parameters dictionary of a graph, replacing entries that have the same keys. If clear is set to True, the default parameter dictionary of the graph is cleared before it is updated. If addmissing is set to True, entries with new keys are added to the default parameter 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 default parameters to update.

parms: Dict

A dictionary of the default parameters.

clear: Bool

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

addmissing: Bool

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

Outputs

*graph: ApexGraphHandle

The input graph with its default parameter dictionary updated.

See also

APEX Nodes