소스 검색

Make possible to edit multiple keys in an animation again

Michael Alexsander Silva Dias 6 년 전
부모
커밋
97e18f03db
2개의 변경된 파일791개의 추가작업 그리고 48개의 파일을 삭제
  1. 789 48
      editor/animation_track_editor.cpp
  2. 2 0
      editor/animation_track_editor.h

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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();

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.