Hello!
Is there a way to make a... say Python button that will shuffle trough multiple "Ordered Menu" and generate random setting on each press? Or is there any other better way to achieve this?
For example:
You have a "Parameter Interface" with 2 drop-down menus. Like 1st=Shape and 2nd=Color.
And want to generate a random setting on each button press like (Cube, Yellow) or (Sphere, Red) and so on.
Thank You!