Ok. I had a look at Kairos, ie AlchemX and the Interpolator and created my own Modifier from scratch. I still don’t fully get it, but with your patch @Elias from above I was able to adapt it so it now has two inputs/outputs of different types, and these actually are the wanted types instead of Objects or some other interface…
Very cool.
I couldn’t find anything within Kairos which helps me with my additional problem though - the fact that I’m getting the values from Channel<MyModel>
, but I don’t know their types:
In the first picture you can see the info seems to be there when I do GetType. So I do have the name of my type as string, but don’t know how to cast to it.
Stack overflow suggests ChangeType from System.Runtime, but I can’t get that to work…
edit: since this is a related but different question, I’ve opened another thread here
GenericModifier.vl (64.3 KB)