nuke.selectedNode() or nuke.selectedNodes()
but in houdini that doens't work , i tried hou.selectedNode() and no luck. Anyone can help?
second question : when using python in parameter expression, how can i refer to current node. Ussually i can use hou.node(“.”), i'm just curious is there any other way to do it? again in nuke , i can use nuke.thisNode() . I tried couple of ways : hou.thisNode() or hou.node(this) or hou.node(self) and got error
.thanx



