hou.pwd() functions

   7605   2   0
User Avatar
Member
66 posts
Joined: Oct. 2008
Offline
If i call pwd() function from an expression inside a node’s parameter, Houdini will return the name of the node, containing the expression. But how can i request the full name (path+name) of the node, containing the expression ?
User Avatar
Member
1926 posts
Joined: Nov. 2006
Offline
hou.pwd() gives you a hou.Node object. If you call hou.Node.path() you'll get the full path.
hou.pwd().path()
Graham Thompson, Technical Artist @ Rockstar Games
User Avatar
Member
66 posts
Joined: Oct. 2008
Offline
thank you for a such quick answer !
  • Quick Links