opexist expression function

Returns 1 if the specified node, group, or bundle exists.

Replaced by: hou.node, hou.Node, hou.NodeBundle

All Usage Examples

Usage

opexist(op_name)

Examples

echo `opexist("../box1")`
echo `opexist("/obj/@mygroup")`
echo `opexist("@mybundle")`