Browse Source

Merge pull request #30778 from YeldhamDev/anim_multi_key_edit

Make possible to edit multiple keys in an animation again
Rémi Verschelde 6 years ago
parent
commit
adae2b0738
2 changed files with 791 additions and 48 deletions
  1. 789 48
      editor/animation_track_editor.cpp
  2. 2 0
      editor/animation_track_editor.h

File diff suppressed because it is too large
+ 789 - 48
editor/animation_track_editor.cpp


+ 2 - 0
editor/animation_track_editor.h

@@ -246,6 +246,7 @@ public:
 };
 
 class AnimationTrackKeyEdit;
+class AnimationMultiTrackKeyEdit;
 class AnimationBezierTrackEdit;
 
 class AnimationTrackEditGroup : public Control {
@@ -415,6 +416,7 @@ class AnimationTrackEditor : public VBoxContainer {
 	void _move_selection_cancel();
 
 	AnimationTrackKeyEdit *key_edit;
+	AnimationMultiTrackKeyEdit *multi_key_edit;
 	void _update_key_edit();
 
 	void _clear_key_edit();

Some files were not shown because too many files changed in this diff