Move Material Editor Basic test from sandbox to main suite (#6794)
* moving material editor test from sandbox to main suite Signed-off-by: Scott Murray <scottmur@amazon.com> * define TEST_DIRECTORY and add logging Signed-off-by: Scott Murray <scottmur@amazon.com>
This commit is contained in:
@@ -162,6 +162,13 @@ def select_model_config(configname):
|
||||
azlmbr.materialeditor.MaterialViewportRequestBus(azlmbr.bus.Broadcast, "SelectModelPresetByName", configname)
|
||||
|
||||
|
||||
def destroy_main_window():
|
||||
"""
|
||||
Closes the Material Editor window
|
||||
"""
|
||||
azlmbr.atomtools.AtomToolsMainWindowFactoryRequestBus(azlmbr.bus.Broadcast, "DestroyMainWindow")
|
||||
|
||||
|
||||
def wait_for_condition(function, timeout_in_seconds=1.0):
|
||||
# type: (function, float) -> bool
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user