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 a crash when trying to restore uncopyable animation tracks #85308

Merged

Conversation

YuriSizov
Copy link
Contributor

Fixes #85307. A regression from #85266.

We don't really care about those tracks anyway, so we don't need to keep them in the backup. I made getting them from the backup an error, though, because that shouldn't be possible in the first place.

@YuriSizov YuriSizov force-pushed the editor-fix-animation-backup-copy-crash branch from 4f2b49e to 671c04f Compare November 24, 2023 13:20
Copy link
Member

@akien-mga akien-mga left a comment

Choose a reason for hiding this comment

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

Looks straightforward.

@akien-mga akien-mga merged commit 1ba920f into godotengine:master Nov 24, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@YuriSizov YuriSizov deleted the editor-fix-animation-backup-copy-crash branch November 24, 2023 13:46
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.

Saving project crashes if animation mixer contains METHOD or ANIMATION tracks
2 participants