DeBrumaire Posted November 6, 2021 Share Posted November 6, 2021 Hi ! I'm making a digital asset where I want a parameter to disable itself if the opinput 1 is wired to something (just like the Box SOP that disable the size parameter when connected to a geometry). Do you know a way to do so ? NB: I saw that there was already a topic about it, but it is very old and a lot of fields they're talking about doesn't exist anymore. Thanks for your replies ! Quote Link to comment Share on other sites More sharing options...
Fenolis Posted November 11, 2021 Share Posted November 11, 2021 (edited) The Switch SOP's documentation includes a case that is very similar to what you need. To disable a parameter, you can reference the value of the Switch in an invisible parameter, then using a Hide When conditional on the parameter you want like { param == 1 }. Edited November 11, 2021 by Fenolis Quote Link to comment Share on other sites More sharing options...
DeBrumaire Posted November 11, 2021 Author Share Posted November 11, 2021 Simple but effective ! Thank you for your help ! 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.