jromnoa
312f5ad08f
Merge pull request #7092 from aws-lumberyard-dev/Atom/scottmur/P1_entity_reference
...
P1 Entity Reference Component tests
4 years ago
Neil Widmaier
b83fc89c74
Making requested changes to LevelLoadTest
...
Signed-off-by: Neil Widmaier <nwidmaie@amazon.com>
4 years ago
Scott Murray
b98b240a40
Entity Reference P1 initial tests
...
Signed-off-by: Scott Murray <scottmur@amazon.com>
4 years ago
jromnoa
9038cdfcf9
fix merge conflict between constants in atom_constants.py
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
jromnoa
9d6dc1ac63
add ATTENUATION_RADIUS_MODE constant with its 2 available options of automatic or explicit
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
smurly
e3306f948f
Atom Level component test support in editor_entity_utils.py and tests for level components ( #6082 )
...
* Level component helper and test cases for Atom Level components which currently crash
Signed-off-by: Scott Murray <scottmur@amazon.com>
* moved a close paren to end of previous line to match existing style
Signed-off-by: Scott Murray <scottmur@amazon.com>
* adding a forgotten import
Signed-off-by: Scott Murray <scottmur@amazon.com>
* minor refactor and prep for adding back the Display Mapper Game component test
Signed-off-by: Scott Murray <scottmur@amazon.com>
* putting Game compoenent Display Mapper test back with addition of setting property Enabled to true
Signed-off-by: Scott Murray <scottmur@amazon.com>
* typo in line fixed Test. bocomes Tests.
Signed-off-by: Scott Murray <scottmur@amazon.com>
4 years ago
jromnoa
97cd722ac1
remove shadowmap size calls to fix test, clean up some property value assignments for component tests
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
sphrose
0e5c9c3867
Merge pull request #5908 from aws-lumberyard-dev/terrain/sphrose/reference_shape
...
LYN-7693 Rename and move vegetation reference shape.
4 years ago
jromnoa
cc76ee58a7
update light component constant, fixed the return value for find_editor_entity(), removed old GPU test scripts, added new GPU test scripts
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
jromnoa
c8a5f1b3eb
add Asset.id value to the Display Mapper docstring for LDR color grading LUT property
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
jromnoa
79ac840246
add docstring info for the LDR color grading LUT property option for Display Mapper components
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
sphrose
bad38f5ed0
Missed python tests
...
Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
4 years ago
jromnoa
ddd8dc6568
remove the optimized GPU test file and replace the existing GPU test file with the optimized tests, update atom_constants.py for the new Light component properties, add area light test script, still need to add spot light test script to fully finish this task
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
jromnoa
91060efd46
add a LDR color Grading LUT property set step as part of the p0 test for the Display Mapper component
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
jromnoa
5d9f5ae15a
Merge pull request #5564 from aws-lumberyard-dev/Atom/jromnoa/fix-asset-path-calls-to-use-new-asset-test-class
...
Update asset files, & update golden image files to match new smaller asset file.
4 years ago
jromnoa
96b4212439
improve docstring descriptions for FOV degrees and Asset.id not asset paths for diff asset properties
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
jromnoa
9edaa2172d
move component descriptions above the property param in the docstrings
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
jromnoa
ad81c311d8
add some docstring descriptions for Cubemap Texture, Material Asset, Secondary Grid Spacing, & Field of View component properties
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
Sean Masterson
35cb018d5c
Add P0 Look Modification Test
...
Signed-off-by: Sean Masterson <semaster@amazon.com>
4 years ago
jromnoa
99f1783138
Merge branch 'development' into Atom/jromnoa/fix-asset-path-calls-to-use-new-asset-test-class
4 years ago
Sean Masterson
6242d1ee8e
Added P0 test for Diffuse Probe Grid component
...
Signed-off-by: Sean Masterson <semaster@amazon.com>
4 years ago
jromnoa
35e1317d90
add new component property paths to mesh, material, camera, hdri_skybox, and global_skylight components
...
Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
4 years ago
Sean Masterson
c0ece7d32d
Update to atom_constants.py docstring
...
Signed-off-by: Sean Masterson <semaster@amazon.com>
4 years ago
Sean Masterson
708582731d
Add P0 Deferred Fog Test
...
Signed-off-by: Sean Masterson <semaster@amazon.com>
4 years ago
Sean Masterson
64ab8d5956
Add P0 Bloom Test
...
Signed-off-by: Sean Masterson <semaster@amazon.com>
4 years ago
Sean Masterson
68e2770caf
Adding P0 Automation for HDR Color Grading Component
...
Signed-off-by: Sean Masterson <semaster@amazon.com>
4 years ago
Scott Murray
0c7e732527
removing return type Union which is not supported
...
Signed-off-by: Scott Murray <scottmur@amazon.com>
4 years ago
Scott Murray
5bc334be70
updating docstrings for formatting and typos
...
Signed-off-by: Scott Murray <scottmur@amazon.com>
4 years ago
Scott Murray
9f7c80ce23
removing an extra blank line and fixing a docstring
...
Signed-off-by: Scott Murray <scottmur@amazon.com>
4 years ago
Scott Murray
5b70b2a8a9
reordering constant and class in file
...
Signed-off-by: Scott Murray <scottmur@amazon.com>
4 years ago
Scott Murray
268b9da857
atom constant component property class
...
Signed-off-by: Scott Murray <scottmur@amazon.com>
4 years ago
jromnoa
fa163f49b9
Re-structure Atom test folders in AutomatedTesting. ( #4206 )
...
* move shader asset builder test into test_Atom_MainSuite_Optimized.py, update CMakeLists.txt, and move all imports inside the test class for hydra_ShaderAssetBuilder_RecompilesShaderAsChainOfDependenciesChanges.py
Signed-off-by: jromnoa <jromnoa@amazon.com>
* re-organize the Atom automated test structure to match the new parallel + batched test structures
Signed-off-by: jromnoa <jromnoa@amazon.com>
* fix CMakeLists.txt registrations for test files
Signed-off-by: jromnoa <jromnoa@amazon.com>
4 years ago