opid expression function
Returns the unique ID of a node.
Replaced by: hou.Node
Usage
opid(name)
The value of the ID is unique to that operator at any given moment, however it changes each time Houdini is reloaded.
Examples
opdid("/obj/model")
Returns a unique ID of the model object.