X Tutup
Skip to content

Fix AnimationPlayerEditor failed to fetch AnimationTree's libraries#114482

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
TokageItLab:fix-atedit
Jan 1, 2026
Merged

Fix AnimationPlayerEditor failed to fetch AnimationTree's libraries#114482
akien-mga merged 1 commit intogodotengine:masterfrom
TokageItLab:fix-atedit

Conversation

@TokageItLab
Copy link
Member

When transferring properties to a dummy AnimationMixer, we relied on a hack that fetched the property list from the default state of the newly created class (although it is the same way with change type option in SceneDock).

However, since the AnimationLibrary list is now dynamically generated, it's better to copy from the actual objects via the correct API.

@TokageItLab TokageItLab added this to the 4.6 milestone Dec 31, 2025
@TokageItLab TokageItLab moved this to Ready for review in Animation Team Issue Triage Dec 31, 2025
@akien-mga akien-mga merged commit 329bc58 into godotengine:master Jan 1, 2026
20 checks passed
@github-project-automation github-project-automation bot moved this from Ready for review to Done in Animation Team Issue Triage Jan 1, 2026
@akien-mga
Copy link
Member

Thanks!

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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

AnimationTree's AnimationPlayerEditor is not working

3 participants

X Tutup