How to automate Enum-Selection

Ich want vvvv to change BlendOperator Modes. Actually it would be great to exclude a few of them. Is there a node to convert a list of enums into strings and back? and how do I construct a BlendOperator Object from that?

Hey there,

You’d have to reference mscorlib in your patch, and then you could do something like that :

image

This is just to show you the overall process, in your specific case you’d probably have to use Cache regions in order to not do this every frame!

I believe there are no more “straightforward” way to do this atm, but I might be wrong…

Patch is attached here : Enum2StringString2Enum.vl (7.9 KB)

1 Like

or do you just mean like:

grafik

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.