Houdini 20.5 Nodes APEX nodes

graphutils::NodeParms

Returns the parameters on a node.

On this page
Since 20.5

Returns nodeid's parameters in the parms dictionary. For information on how node parameters are used, see APEX graph ports.

Inputs

graph: ApexGraphHandle

The graph that contains the node to query.

nodeid: ApexNodeID

The node to query for the parameters.

Outputs

parms: Dict

The dictionary that contains the parameter values of nodeid. Every input port on nodeid has a corresponding entry in parms with the following key-value pair:

  • key: input port name on nodeid

  • value: input port value

See also

APEX nodes