parent()
→ hou.OpNode or None
This function is a shortcut for writing hou.node("..")
. It returns the
parent of the current node (i.e. the node returned by hou.pwd()).
This function will raise hou.NotAvailable if you call it from MPlay.
See also |