evalParm(path)
→ int, float, or string
The return type will depend on the type of the parameter.
When a parameter is evaluating, hou.pwd() returns the node containing that parameter, so hou.evalParm() can be used inside expressions to perform relative parameter references.
This function throws a hou.NotAvailable exception if you call it from MPlay.
See also |