You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Make possible to edit multiple keys in an animation again
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -246,6 +246,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
class AnimationTrackKeyEdit;
|
class AnimationTrackKeyEdit;
|
||||||
|
class AnimationMultiTrackKeyEdit;
|
||||||
class AnimationBezierTrackEdit;
|
class AnimationBezierTrackEdit;
|
||||||
|
|
||||||
class AnimationTrackEditGroup : public Control {
|
class AnimationTrackEditGroup : public Control {
|
||||||
@@ -415,6 +416,7 @@ class AnimationTrackEditor : public VBoxContainer {
|
|||||||
void _move_selection_cancel();
|
void _move_selection_cancel();
|
||||||
|
|
||||||
AnimationTrackKeyEdit *key_edit;
|
AnimationTrackKeyEdit *key_edit;
|
||||||
|
AnimationMultiTrackKeyEdit *multi_key_edit;
|
||||||
void _update_key_edit();
|
void _update_key_edit();
|
||||||
|
|
||||||
void _clear_key_edit();
|
void _clear_key_edit();
|
||||||
|
|||||||
Reference in New Issue
Block a user