rayt Posted December 8, 2015 Share Posted December 8, 2015 Hi, I have a question regarding pre-render scripts. How do I change a variable in a switch node in a dop network to change the value as a pre-render script. Any help would be appreciated. Thanks. Quote Link to comment Share on other sites More sharing options...
leeseongmin Posted January 6, 2016 Share Posted January 6, 2016 python hou.node("path").parm("input").set(0) or hou.node("path").parm("input").set(1) 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.