squardis Posted July 7, 2016 Share Posted July 7, 2016 Hi, I want to create a OTL with a reset simulation function. Is there a way to look for a dopnetwork inside the sop level without using a specific name but let the script find the network? or maybe reset all dopnetworks if there are more? thnx Quote Link to comment Share on other sites More sharing options...
holycause Posted July 7, 2016 Share Posted July 7, 2016 just look for the node type something like that dopnets = [i for i in hou.node("/obj/obj1/").children() if "dopnet" == i.type().name()] 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.