Search the Community
Showing results for tags 'Toggle'.
-
Inside my hda parameters when a toggle is set to 0 i want another toggle to do the same. where can i write something like an if statement if(toggleA=0) then toggleB=0 else toggleB=chi("../..blah") i cant do it from the disable when or hide when because that is just for the ui. how can i change the value?
-
Hi everyone! I created custom parameters in my SOP (rand_size, rand_rotate etc), and also I added a toggle switcher for these group of parameters. I can hide my parameters by adding {toggle ==1} into Disable When space. But if I switched on the toggle, my parameters still work. Is it possible to disable parameter so it will use default parameter?