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

Make default options of int value track refer to RESET animation #86630

Merged

Conversation

TokageItLab
Copy link
Member

@TokageItLab TokageItLab commented Dec 30, 2023

Make the default track options copy the RESET animation if it exists when keying the value/bezier track. Also, fix defaults for some new Variant types, supersedes/closes #62190.

I believe the default for Int should be Continuous + Nearest as I mentiond in godotengine/godot-proposals#8512, but it not will done in 4.x because it may cause confusing. In AnimationTree, the default is to force the conversion to Continuous internally by #86629, so I think it should be no problem.

The PR that copies an existing option to the RESET track as opposed to this PR is #85540.

@fire fire changed the title Make default options of int value track referes RESET animation Make default options of int value track refer to RESET animation Jan 1, 2024
@fire
Copy link
Member

fire commented Jan 1, 2024

The title of the commit can be Make default options of int value track referes RESET animation -> Make default options of int value track refer to RESET animation.

@akien-mga akien-mga merged commit 4c0db77 into godotengine:master Jan 2, 2024
15 checks passed
@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
None yet
Development

Successfully merging this pull request may close these issues.

5 participants