Houdini 12 Expression functions

Returns the name of a node given its path.

Usage

opname(name)

This is useful to find out the name of the network containing the node, e.g. opname("..") will return the name of the network containing the current node.

Replaced by

Related topics