Parm¶
-
class
cgp_houdini_utils.scene.Parm(node, parm)¶ Bases:
objectnode object that manipulates any kind of parm
-
evalAsLiteral()¶ eval the attribute raw value as a literal
Returns: the evaluated literal Return type: literal
-
houParm()¶ the houParm of the parm
Returns: the houParm Return type: hou.Parm
-
node()¶ the node of the parm
Returns: the node of the parm Return type: :class: rdo_houdini_rig_utils.scene.Node
-