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

Invalid Anim curves counting #6150

Open
LeXXik opened this issue Mar 12, 2024 · 0 comments
Open

Invalid Anim curves counting #6150

LeXXik opened this issue Mar 12, 2024 · 0 comments
Labels
area: animation Animation related issue bug

Comments

@LeXXik
Copy link
Contributor

LeXXik commented Mar 12, 2024

When Anim Evaluator removes a clip during rebinding, it tries to decrease the curves counter:

image

However, it is an AnimTarget that doesn't have such property:

image

I think it is expected to reduce it on the related element of this._outputs[] instead:

image

As a result, we get an AnimTarget with NaN curves and output target object does not decrease the counter:

image

@mvaligursky mvaligursky added bug area: animation Animation related issue labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: animation Animation related issue bug
Projects
None yet
Development

No branches or pull requests

2 participants