Skip to content

Split up AnimationPlayer tracks editor `Tracks` button

Created by: leonkrause

Currently, many users overlook the "Tracks" button in the tracks editor of the AnimationPlayer, causing them to miss out on features like "Call Func Tracks". I assume most see it as a something like a "panel title", since ToolButtons are flat in normal state.

This change splits up this button into two buttons:

  • An Add Tracks button with a + icon, containing options to insert a new track of any of the three types
  • A Track Tools button with a gear icon, containing the other menu options previously contained in the Tracks button

The change also moves the new buttons to the opposite end of the editor, where the other buttons are positioned as well.

tracks Since these buttons now both use icons rather than text, it should be more obvious they're buttons.

Merge request reports

Loading