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

Animation Tree + Bezier Curves = unexpected behaviour #77662

Closed
fguillen opened this issue May 30, 2023 · 3 comments
Closed

Animation Tree + Bezier Curves = unexpected behaviour #77662

fguillen opened this issue May 30, 2023 · 3 comments

Comments

@fguillen
Copy link

fguillen commented May 30, 2023

Godot version

4.0.stable, 4.0.3 and 4.1-dev3

System information

MacOS - Ventura 13.1 - Godot 4.0.stable, 4.0.3 and 4.1-dev3

Issue description

I have 2 animations:

  • appear: it contains a track with Bezier curves on the property scale
  • idle: it contains property track in the property scale

When I use both Animations in an AnimationTree the Bezier Curve Animation doesn't work properly.

Please see the video with the reproduction of the issue: https://youtu.be/AXDrEEJWysk

Steps to reproduce

Add an AnimationPlayer Node

  1. Create 2 Animations (creating the RESET Animation):
  • appear: it contains a track with Bezier curves on the property scale
  • idle: it contains property track in the property scale
  1. Add an AnimationTree Node
    Add a TreeRoot as AnimationNodeStateMachine
    Assign the previous AnimationPlayer as the AnimPlayer
    Add the 2 previous Animations
    Concatenate them:

Screenshot 2023-05-30 at 16 33 55

  1. Activate the AnimationTree. One of the animations is not working.

The error is happening in the editor as well as in the running project on each Scene

Please see the video with the reproduction of the issue: https://youtu.be/AXDrEEJWysk

Minimal reproduction project

GodotBugReproductionProjectAnimationTreeAndBezierCurves.zip

@AThousandShips
Copy link
Member

AThousandShips commented May 30, 2023

Does it work in a running project, or is it broken both in editor and running? Can you test this on 4.0.3? Can you test it on 4.1.dev?

@fguillen
Copy link
Author

fguillen commented May 30, 2023

Does it work in a running project, or is it broken both in editor and running? Can you test this on 4.0.3? Can you test it on 4.1.dev?

  • Tested in 4.0.3 and 4.1-dev3: same issue. In 4.1-dev3 all the Animations stop working. in 4.0.3 only the Bezier Curve one stops working
  • The error is happening in the editor as well as in the running project on each Scene

@TokageItLab
Copy link
Member

Duplicate of #49431

@TokageItLab TokageItLab marked this as a duplicate of #49431 Jun 23, 2023
@TokageItLab TokageItLab closed this as not planned Won't fix, can't repro, duplicate, stale Jun 23, 2023
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

5 participants