-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Implement reverse playback for animtree #41723
Closed
TokageItLab
wants to merge
12
commits into
godotengine:master
from
TokageItLab:Implement-reverse-playback-for-animtree
Closed
Implement reverse playback for animtree #41723
TokageItLab
wants to merge
12
commits into
godotengine:master
from
TokageItLab:Implement-reverse-playback-for-animtree
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-No new features yet -Unlike godot 3.x, sorting happens using GPU
Particle shaders
…t-reverse-playback-for-animtree
Calinou
added
the
cherrypick:3.x
Considered for cherry-picking into a future 3.x release
label
Sep 2, 2020
This should be rebased to remove all the irrelevant commits, see PR workflow. |
I'm so sorry, I've reworked the branch and PR to go along with the rebase. Please see #41728. |
akien-mga
added
archived
and removed
cherrypick:3.x
Considered for cherry-picking into a future 3.x release
labels
Sep 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For #21665 and #27215.
find()
gets the key frame just before the current time.This fix solves these issues and implements a negative Time Scale in the Animation Tree.
https://www.youtube.com/watch?v=iPIG41NEgyM
I've uploaded a sample project to be used for testing.
animation_tracks_test.zip
reverse_root_motion.zip