Added toolbar icons, updated viewport header UX (#1240)

This commit is contained in:
Terry Michaels
2021-06-10 11:42:25 -05:00
committed by GitHub
parent 67489d2907
commit 91fb8be535
22 changed files with 109 additions and 35 deletions
@@ -891,6 +891,9 @@ namespace EMotionFX
emotionFXWindowOptions.detachedWindow = true;
#endif
emotionFXWindowOptions.optionalMenuText = "Animation Editor";
emotionFXWindowOptions.showOnToolsToolbar = true;
emotionFXWindowOptions.toolbarIcon = ":/Menu/emfx_editor.svg";
EditorRequests::Bus::Broadcast(&EditorRequests::RegisterViewPane, EMStudio::MainWindow::GetEMotionFXPaneName(), LyViewPane::CategoryTools, emotionFXWindowOptions, windowCreationFunc);
}