cgp_houdini_utils.scene¶
python objects and management functions to manipulate a variety of entities in a houdini scene such as nodes, parms …
Classes parm
Parm(node, parm) |
node object that manipulates any kind of parm |
Classes node
Node(name) |
node object that manipulates any kind of node |
Classes miscellaneous
Scene |
scene object that manipulates a live scene |
Functions
node(name) |
the node object from a node name |
parm(nodeName, parmName) |
the parm object from an attribute full name |