Houdini 20.5 Nodes APEX nodes

graphutils::NodeProperties

Returns the properties of a node.

On this page
Since 20.5

Returns a dictionary of the properties of nodeid. Properties are custom key-value pair metadata that can be associated with a given node. Properties are stored in the properties dictionary attribute on graph nodes.

If nodeid is invalid, an empty dictionary is returned.

Inputs

graph: ApexGraphHandle

The graph that contains the node to query.

nodeid: ApexNodeID

The node to query for the properties.

Outputs

properties: Dict

A dictionary of the properties on nodeid.

See also

APEX nodes