Feb
17
Hello everyone,
I am trying to setup a random function that will activate if a button is checked, if the button is not checked, I want it to use whatever value the slider is currently set at.
The problem I’m running into is that once I plug an expression in, the slider is then setup to keyframe and if I decide to turn the randomness off, I could have tons of unnecessary keyframes.
I have a switch node setup with 10 inputs and am trying to randomize the output.
Any advice?
Thank you.
Craig
randomSelection==true?floor(random(1,10,frame)*10) ):which
Post a Comment