Houdini 20.0 Nodes APEX Nodes

dict::DebugDataIds

Creates a dictionary with the data IDs of the entries of an input dictionary.

On this page
Since 20.0

Creates an output dictionary with the same keys as the input dictionary, but with its values set to the data IDs of the entries of the input dictionary. Dictionary data IDs can be used to track changes in the dictionary entries which, in turn, affects when graphs using those parameter dictionaries are re-evaluated.

Inputs

dict: Dict

A dictionary.

Outputs

dataids: Dict

A dictionary of data IDs of the entries of the input dictionary.

APEX Nodes