evalParmTuple(path)
→ tuple of int
, float
, or str
, or hou.Ramp
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.evalParmTuple() 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 |