cd(path)
If no node exists at the path, this function raises hou.OperationFailed.
Even though, when called from a parameter’s expression, hou.pwd() returns the node containing the parameter and not Houdini’s current node, hou.cd() will always change the current node.
This function will raise hou.NotAvailable if you call it from MPlay.
| See also |