Fixed AnimationTrackEditor redraw/deselect timing and find key compearation
This commit is contained in:
parent
202f0f2f1b
commit
77cf519cf0
3 changed files with 161 additions and 171 deletions
|
|
@ -330,6 +330,8 @@ class AnimationTrackEditor : public VBoxContainer {
|
|||
void _sync_animation_change();
|
||||
void _animation_changed();
|
||||
void _update_tracks();
|
||||
void _redraw_tracks();
|
||||
void _redraw_groups();
|
||||
|
||||
void _name_limit_changed();
|
||||
void _timeline_changed(float p_new_pos, bool p_drag, bool p_timeline_only);
|
||||
|
|
@ -545,9 +547,9 @@ public:
|
|||
EDIT_GOTO_NEXT_STEP,
|
||||
EDIT_GOTO_NEXT_STEP_TIMELINE_ONLY, // Next step without updating animation.
|
||||
EDIT_GOTO_PREV_STEP,
|
||||
EDIT_BAKE_TRACK,
|
||||
EDIT_BAKE_TRACK_CONFIRM,
|
||||
EDIT_APPLY_RESET,
|
||||
EDIT_BAKE_ANIMATION,
|
||||
EDIT_BAKE_ANIMATION_CONFIRM,
|
||||
EDIT_OPTIMIZE_ANIMATION,
|
||||
EDIT_OPTIMIZE_ANIMATION_CONFIRM,
|
||||
EDIT_CLEAN_UP_ANIMATION,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue