Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Interpolation options when selecting a keyframe #315

Open
HydeNaut opened this issue Sep 10, 2024 · 2 comments
Open

No Interpolation options when selecting a keyframe #315

HydeNaut opened this issue Sep 10, 2024 · 2 comments
Assignees
Labels
bug Something isn't working vl

Comments

@HydeNaut
Copy link

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
Copy link
Contributor

natan-sinigaglia commented Sep 10, 2024

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
Copy link
Contributor

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 :)

@natan-sinigaglia natan-sinigaglia added bug Something isn't working vl labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working vl
Projects
None yet
Development

No branches or pull requests

3 participants