Chose Value with more options? (Shadr Mixer MDL)
Soto
Posts: 1,450
In Shader Mixer (MDL), Is there a way to give the user the option to select between three (or more) values? Chose Value allows for the If/Then/Else formula whch is limited to two results.
If I create the Enum parameter with the options I need, I can't find out how make them usable.
Any help would be appreciated.

Comments
If someone ever wonders about it, I found out you can do it using Equal bricks to define the Enum parameter is equal to (or set to) 0, 1 or 2 (as per the Enum list). The selected number in Equal is defined by a Direct Value brick set to Int type (as in integer) and the desired number value. Then the Chose Value bricks knows what to apply when each choice is selected by the user. I was avoiding using stacked Chose Value bricks to reduce all outcomes to one result, but it does the trick.