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

Fix selecting AnimationTree node not changing bottom panel #93659

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sys010611
Copy link

@sys010611 sys010611 commented Jun 27, 2024

Fixes #93455

Changed AnimationPlayerEditorPlugin to handle only AnimationPlayer.

Copy link
Member

@TokageItLab TokageItLab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should never be merged.

Because AnimationTree has been able to have its own AnimationLibrary since 4.2, it is necessary to use AnimationPlayerEditor to edit it.

So what needs to be fixed is the display priority issue, not the disabling of AnimationTree's use of AnimationPlayerEditor.

Although #93632 approach is more right than this PR, but the problem is how to define the order. Maybe a new API for defining order is needed somewhere.

@TokageItLab TokageItLab removed this from the 4.3 milestone Jun 30, 2024
@AThousandShips AThousandShips added this to the 4.x milestone Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selecting AnimationTree Node didn't jump to the bottom panel of AnimationTree
3 participants