Shader Mixer Enum Value Question
![GreyMan](https://secure.gravatar.com/avatar/d8ba0718e8d5ec30c53820e18dde9c8d?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2Fd8ba0718e8d5ec30c53820e18dde9c8d_100.png)
Hi.
I want to add a fixed value to a shader (MDL), in my case Base Color Effect = Scatter Only. I think the correct brick to use would be the Enum Value. But how? In another shader I made, somehow the enum value automatically got the correct values. In the enum type field is this ::base::color_layer_mode. What would be the correct way to enum a value like Color Effect? I have searched for documentation but cant find any. Any help would be appreciated. :)
Comments
Use a Enum Value Brick (under Functions/Utility) and connect it. It will populate with the values of whatever you connected it to.
Thanks so much for the reply.