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.
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.