hou.setPwd function

Make the given node Houdini’s current node. This function is equivalent to hou.cd(node.path()).

All Usage Replaces

See also: hou.pwd, hou.cd

Usage

setPwd(node)

This function will raise hou.ObjectWasDeleted if the parameter refers to a node that no longer exists in Houdini.

This function will raise hou.NotAvailable if you call it from mplay.

Replaces

opcf command