Animation Editor: Remove preview label (#5449)
Signed-off-by: Benjamin Jillich <jillich@amazon.com>
This commit is contained in:
@@ -44,7 +44,7 @@ namespace LyViewPane
|
||||
static const char* const SubstanceEditor = "Substance Editor";
|
||||
static const char* const VegetationEditor = "Vegetation Editor";
|
||||
static const char* const LandscapeCanvas = "Landscape Canvas";
|
||||
static const char* const AnimationEditor = "EMotion FX Animation Editor (PREVIEW)";
|
||||
static const char* const AnimationEditor = "EMotion FX Animation Editor";
|
||||
static const char* const PhysXConfigurationEditor = "PhysX Configuration (PREVIEW)";
|
||||
|
||||
static const char* const SliceRelationships = "Slice Relationship View (PREVIEW)";
|
||||
|
||||
@@ -1061,7 +1061,7 @@ void MainWindow::InitActions()
|
||||
if (emfxEnabled.value)
|
||||
{
|
||||
QAction* action = am->AddAction(ID_OPEN_EMOTIONFX_EDITOR, tr("Animation Editor"))
|
||||
.SetToolTip(tr("Open Animation Editor (PREVIEW)"))
|
||||
.SetToolTip(tr("Open Animation Editor"))
|
||||
.SetIcon(QIcon(":/EMotionFX/EMFX_icon_32x32.png"))
|
||||
.SetApplyHoverEffect();
|
||||
QObject::connect(action, &QAction::triggered, this, []() {
|
||||
|
||||
Reference in New Issue
Block a user