Little update, the multi switch kinda works for selecting font too but I need a bunch of text nodes. Thanks again, I think this was exactly what I was looking for.
Your best bet for something you need to be very precise is to emulate the supplied reflectance node which isn't far off what you're doing there. For anything that isn't maths based then multi switch at the graph level is a lot easier WRT strings. Any real support was basically missing last time I checked - I'm not sure…
Hello. I'm trying to make a dropdown list parameter, very much like an enumeration, and the only way I have found to get it working, is a bunch of branches. Is this how people normally do it? As a bit of explanation, user selects the item from the dropdown, and it switches between different colors. I also have a second…