Merge pull request #103416 from CreatedBySeb/animation-workflow-enhancements
Minor Animation Player workflow enhancements
This commit is contained in:
@@ -603,7 +603,10 @@ class AnimationTrackEditor : public VBoxContainer {
|
||||
AnimationBezierTrackEdit *bezier_edit = nullptr;
|
||||
VBoxContainer *timeline_vbox = nullptr;
|
||||
|
||||
VBoxContainer *info_message_vbox = nullptr;
|
||||
Label *info_message = nullptr;
|
||||
Button *add_animation_player = nullptr;
|
||||
void _add_animation_player();
|
||||
|
||||
AnimationTimelineEdit *timeline = nullptr;
|
||||
AnimationMarkerEdit *marker_edit = nullptr;
|
||||
@@ -827,6 +830,8 @@ class AnimationTrackEditor : public VBoxContainer {
|
||||
void _auto_fit();
|
||||
void _auto_fit_bezier();
|
||||
|
||||
void _root_node_changed(Node *p_node, bool p_removed);
|
||||
void _scene_changed();
|
||||
void _selection_changed();
|
||||
|
||||
ConfirmationDialog *track_copy_dialog = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user