KairosResearchLab / Kairos

A complete framework for data control and composition in the vvvv visual programming environment.
Other
127 stars 6 forks source link

No Interpolation options when selecting a keyframe #315

Open HydeNaut opened 2 months ago

HydeNaut commented 2 months ago

I selecred a keyframe to change the curve but found I couldn't select an interpolation option. Was I doing it wrong or is this a bug? image

natan-sinigaglia commented 2 months ago

for some reason all the enums don't get into the nuget. might be some compilation issue...? let's see what other devs say

...obviously it works if you clone and compile locally the package

natan-sinigaglia commented 1 month ago

thanks @HydeNaut . I had a look together with @sebescudie and it seems like this is not related to kairos at all. If you look closely, the kairos enumerations (coming from the library dlls) are all there. what is missing is the possibility to choose an implementation for the property that is typed with an interface. This is a feature that @azeno has implemented for the object editor that doesn't work when working with nugets and not local repo-packages. maybe the compiler cannot find any type to populate these dropdowns? for @azeno to answer :)