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:
@@ -51,7 +51,7 @@ namespace EMStudio
|
||||
|
||||
const char* AtomRenderPlugin::GetName() const
|
||||
{
|
||||
return "Atom Render Window (Preview)";
|
||||
return "Atom Render Window";
|
||||
}
|
||||
|
||||
uint32 AtomRenderPlugin::GetClassID() const
|
||||
|
||||
Reference in New Issue
Block a user