Make atom render viewport the default for animation editor. (#7282)

* Make atom render viewport the default for animation editor.

Signed-off-by: rhhong <rhhong@amazon.com>

* Fixed the automated test problem caused by making atom vp the default

Signed-off-by: rhhong <rhhong@amazon.com>

* Fix another test failure

Signed-off-by: rhhong <rhhong@amazon.com>

* fix failed test

Signed-off-by: rhhong <rhhong@amazon.com>

* more fix to the automation test

Signed-off-by: rhhong <rhhong@amazon.com>

* we don't need to manuelly call init on the ragdoll plugin anymore

Signed-off-by: rhhong <rhhong@amazon.com>
This commit is contained in:
Roman
2022-02-02 11:46:00 -08:00
committed by GitHub
parent 5c2ce583cd
commit 5509764fc2
16 changed files with 110 additions and 50 deletions
@@ -51,7 +51,7 @@ namespace EMStudio
const char* AtomRenderPlugin::GetName() const
{
return "Atom Render Window (Preview)";
return "Atom Render Window";
}
uint32 AtomRenderPlugin::GetClassID() const