hou.Node.outputNode

   1059   0   2
User Avatar
Member
155 posts
Joined: Sept. 2015
Offline
Is there a method that gets the “output” node for a given dive-able node with sop children? One that would return any “output” nodes inside, or else the render flag?

e.g.:

n = hou.node("/obj/geo1/subnet1")
n.displayNode()  # Node with display flag
n.renderNode()   # Node with render flag
n.outputNode()   # Doesn't exist. I want the same logic as what's output from an HDA.
  • Quick Links