Toggle Oversample container in Scriptnode
-
I have some effects that can benefit from oversampling in certain situations but want to let the user decide whether the extra cpu overhead is worth it. How can I toggle this? I can't toggle the actual container itself off / on with a parameter...
-
@DanH If you use the dynamic oversampling node it has parameters that can be adjusted from none up to x16 so you can expose this to the UI

-
@ustk Sexy, thanks!!!