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

[AnimationPlayer] Playing an animation backwards with play("", -2, -1) triggers method tracks out of turn #87007

Closed
LakshayaG73 opened this issue Jan 9, 2024 · 2 comments

Comments

@LakshayaG73
Copy link

Tested versions

v4.2.1.stable.official [b09f793]

System information

Windows 11

Issue description

Triggering an animation backwards plays all method tracks out of turn.

Steps to reproduce

  • Play the scene in the MRP
  • You will see that the trigger method gets called out of turn

Minimal reproduction project (MRP)

Animation MRP.zip

@LakshayaG73
Copy link
Author

So, this is not at all explained in the documentation, but switching the sign of 'custom_blend' option to positive, while playing backwards, seems to fix the issue.

Not sure if this is by design. If so, it should be documented. If not, just FYI.

@LakshayaG73
Copy link
Author

LakshayaG73 commented Jan 9, 2024

Fixed in v4.3.dev.custom_build [7199765d9] via #86227

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants