Skip to content

Commit

Permalink
Delete Keyframes when deactivated Track (draft)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaanre committed Jun 26, 2022
1 parent bea5530 commit 5e5a5d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
buildComponents
deactivateProperty
self animationsEditor selectedTreeNode isActivated: false.
self animationsEditor selectedTreeNode: self.
self animationsEditor selectedTreeNode: self.
self animationsEditor selectedTreeNode deleteAllKeyframesFrom: self.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
buildComponents
deleteAllKeyframesFrom: aProperty
aProperty targetValues: nil.
"do: [:submorph | submorph delete]."
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"createCompositeAnimationWith:withKey:withPreviousKey:" : "FH 8/1/2021 19:10",
"currentValue" : "MH 7/8/2021 11:08",
"currentValue:" : "MH 7/8/2021 11:08",
"deactivateProperty" : "NR 6/26/2022 14:42",
"deactivateProperty" : "NR 6/26/2022 16:04",
"defaultFrame" : "MH 7/8/2021 11:33",
"defaultValue" : "MH 7/8/2021 11:33",
"deleteAllKeyframesFrom:" : "NR 6/26/2022 16:11",
"executeCompositeAnimation:" : "FH 8/1/2021 19:11",
"frame" : "MH 7/8/2021 11:08",
"frame:" : "MH 7/8/2021 11:10",
Expand Down

0 comments on commit 5e5a5d6

Please sign in to comment.