-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
[Continuation] Auto select cloned frames, reuse tag animations #861
[Continuation] Auto select cloned frames, reuse tag animations #861
Conversation
formatting
with the cels now being selected automatically, i also took the liberty of adding the ability to re-use already existing tag animations as you see below test.mp4 |
"Paste content from tag"
during resolving conflicts
to reduce lines to 1000 in animation timeline.gd
@@ -309,6 +310,7 @@ size_flags_horizontal = 3 | |||
margin_right = 677.0 | |||
margin_bottom = 38.0 | |||
size_flags_horizontal = 3 | |||
theme = SubResource( 20 ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the changes in the AnimationTimeline scene in this PR are undoing the changes in commit 361fe36, which removed the custom theme for the AnimationToolsScrollContainer node. I'd recommend merging the latest master branch to your branch (or rebasing), then reverting AnimationTimeline.tscn (to be the same as the master branch's), and then re-adding the new PasteTagPopup node, to ensure no conflicts will occurr.
1902938 (Due to my bad habit of dragging and dropping files instead of using git)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
Continuation of #648,
in the original pull request i wanted that on cloning, the newly cloned frames are all selected by default so that if one wishes to clone animations (as shown below) then this would make it easier but i gave up half way cause i couldn't figure out how...
with my recent attempt, i've successfully implemented this feature
Applications:
feature.mp4