Bonedaddy Posted December 7, 2011 Share Posted December 7, 2011 Hey guys, I'm just delving into Houdini python stuff for the first time, so I apologize if this is a noob-ish question, but I am trying to use hou.Node.inputAncestors, and it says there's options to have it behave differently if "follow_subnets" is true or false. I am not sure where and how to set that. I tried calling hou.Node.inputAncestors({'follow_subnets':False}), but no dice. Is this an environment variable of some sort I have to set? If so, how? Thanks! Quote Link to comment Share on other sites More sharing options...
Bonedaddy Posted December 7, 2011 Author Share Posted December 7, 2011 Nevermind, it's hou.node.inputAncestors(follow_subnets=False) - which is a syntax I've not seen before in Python. Huh! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.