Moving hydra util files into a package

This commit is contained in:
evanchia
2021-04-19 16:31:05 -07:00
parent 14f7883425
commit c1e3e0fe5e
309 changed files with 936 additions and 806 deletions
@@ -101,7 +101,6 @@ def C4925582_Material_AddModifyDeleteOnRagdollBones():
imports.init()
import azlmbr.legacy.general as general
import azlmbr.bus as bus
import azlmbr.components
@@ -109,8 +108,8 @@ def C4925582_Material_AddModifyDeleteOnRagdollBones():
import azlmbr.math as lymath
from Physmaterial_Editor import Physmaterial_Editor
from utils import Report
from utils import TestHelper as helper
from editor_python_test_tools.utils import Report
from editor_python_test_tools.utils import TestHelper as helper
TIMEOUT = 3.0
BOUNCE_TOLERANCE = 0.05
@@ -220,5 +219,5 @@ if __name__ == "__main__":
import ImportPathHelper as imports
imports.init()
from utils import Report
from editor_python_test_tools.utils import Report
Report.start_test(C4925582_Material_AddModifyDeleteOnRagdollBones)