Houdini 20.0 Nodes APEX Nodes

graph::UpdateNodeParms

Update parms on an APEX node in an APEX graph.

On this page
Since 20.0

Update the constant parameters on an APEX node in an APEX graph. The values of any parameters set using this function are used only when the corresponding port is not wired in the graph.

Inputs

*graph: ApexGraphHandle Required

The graph to update node parameters on.

nodeid: ApexNodeID

The id of the node to update parameters on.

parms: Dict

The dictionary mapping node port names to parameter values that is used to update the node’s parameters.

clear: Bool

Whether to reset all existing parameters to their default values before updating values using parms.

Outputs

*graph: ApexGraphHandle

Pass-through of corresponding graph input.

nodeid: ApexNodeID

The id of the node that parameters were updated on.

See also

APEX Nodes