Aaron Ruiz Mora
00e860f326
Physics material system for spectra launch
...
- Invalidate 'Physics Materials From Mesh' boolean from collider component
- Removed material library from material selector. Default material library will always be used instead.
- Marking failing automated test as xfail
- Added default material to physics configuration.
- Moved material library asset from physx configuration to physics configuration, as it doesn't need to be physx specific.
- Refactor physics material system having into account that there is only one material library in the project.
- Renaming code from DefaultMaterialLibrary to MaterialLibrary.
- All queries about physics materials unified under PhysicsMaterialRequests bus.
- PhysXSystem only manages the material library asset.
- Saving and reloading the same physics material asset with different content didn't trigger a events that the material library has changed.
- Changing Physics Material Request interface to use shared_ptr instead of weak_ptr to be simpler to handle the returned materials and having a more consistent code.
- Refactored Material Manager to improve its implementation. Still following the same approach of "creating materials on the fly as they are requested", but now it's doing it consistently across the interface, with private helpers functions FindOrCreateMaterial that simplify vastly the implementation.
- Material Manager now listens to change event of material library asset and default material configuration so it updates its materials accordingly.
- Complete Material move constructor and operator.
2021-05-28 20:16:25 +01:00
sharmajs-amzn
19dc993331
{SPEC-6465} DeltaCatalog.xml does not contain value ( #935 )
...
* fixes for Asset Bundler Periodic test
2021-05-28 10:47:38 -07:00
balibhan
5e13c79bc6
Merge branch 'main' into sc_automation_balibhan3
2021-05-28 11:05:49 +05:30
jckand-amzn
036eb4a269
Merge branch 'main' into jckand/FoundationAutoDecoupling
2021-05-27 13:48:34 -05:00
AMZN-stankowi
56942d0f68
Fixed periodic failing test. Updated for new combined meshes, plus added some additional debug printing on failures. ( #954 )
2021-05-27 09:27:54 -07:00
jckand-amzn
0c686dfb49
Merge branch 'main' into jckand/FoundationAutoDecoupling
2021-05-27 10:31:50 -05:00
Terry Michaels
9b1be43367
Renamed osx_gl to mac and es3 to android for cache folders ( #949 )
2021-05-26 19:17:17 -05:00
jckand-amzn
5fa67c23db
SPEC-6685: Adding/updating more test summaries for TestRail decoupling effort
2021-05-26 17:18:29 -05:00
jckand-amzn
b72cb2c601
SPEC-6685: Updating/adding test summaries for TestRail decoupling effort
2021-05-26 14:41:08 -05:00
jckand-amzn
1ebfa86f87
Added missing indent to test registry in CMakeLists.txt
2021-05-26 13:02:55 -05:00
jckand-amzn
1fb8dd7dcd
SPEC-7008: Moving failing Editor tests to Sandbox suite for investigation
2021-05-26 10:00:33 -05:00
balibhan
76c23cda6a
Add all datatype parameters script
2021-05-26 10:17:44 +05:30
jckand-amzn
f2cb116240
Updating path to tests for LandscapeCanvasTests_main
2021-05-25 16:44:44 -05:00
jckand-amzn
05a99947e4
Merge branch 'main' into jckand/FoundationAuto
2021-05-25 13:27:35 -05:00
amzn-hdoke
a1514eb0b5
AWSI Gems Automation Update Jenkins configuration (Windows Only) ( #923 )
...
AWS Automation test fixes to run on AR.
* Enable AWS automation tests
* Testing by making test part of main suite
* Fix tests target path
* Adding __init__.py for CLI to work
* Revert "Merge pull request #868 from aws-lumberyard-dev/LYN-3974"
This reverts commit 7c2051ae54 , reversing
changes made to d8bd6ef407 .
* Using absolute path in resource mappings
* Rexporting client auth automation tests level
* Adding null renderer param to AWS automation tests launchers
* Adding rhi null flag to run null renderer
* Remove extra hyphen from rhi param
* Updating rhi param
* Adding rhi param to launcher
* Fix rhi param and reexport client auth levels
* Disable AWS automation tests and remove client auth levels'
2021-05-25 11:27:11 -07:00
jckand-amzn
48ef8747ef
Re-enabling main suite for Dynamic Vegetation and Landscape Canvas suites
2021-05-25 12:24:58 -05:00
jckand-amzn
25f22d67ff
Merge branch 'main' into jckand/FoundationAuto
2021-05-25 12:21:53 -05:00
jromnoa
72d394dfca
Revert "merging latest main"
...
This reverts commit 2c6c639ede .
2021-05-25 10:09:08 -07:00
jromnoa
47df212ecd
Revert "revert accidental docstring change"
...
This reverts commit bdedf419b4 .
2021-05-25 10:08:51 -07:00
jromnoa
bdedf419b4
revert accidental docstring change
2021-05-25 10:08:11 -07:00
jromnoa
2c6c639ede
merging latest main
2021-05-25 10:05:55 -07:00
jromnoa
bae370750b
Merge branch 'main' into Atom/jromnoa/SPEC-6689-remove-testrail-info-from-tests
2021-05-25 10:04:22 -07:00
balibhan
8d7a1130d0
Merge pull request #893 from aws-lumberyard-dev/sc_automation_balibhan2
...
Add/Remove Methods from scriptevents
2021-05-25 10:21:53 +05:30
jromnoa
e57e1b3ba2
remove testrail info from tests
2021-05-24 18:19:09 -07:00
jckand-amzn
0caec71562
Re-enabling Foundation tests in main
2021-05-24 15:23:16 -05:00
cgalvan
006219512e
Merge pull request #896 from aws-lumberyard-dev/cgalvan/FixAddInvalidComponent
...
[SPEC-6561] Prevent Editor crash when using the hydra_editor_utils to create an Entity with an invalid component.
2021-05-24 13:36:18 -05:00
jromnoa
be9172b12c
Merge pull request #854 from aws-lumberyard-dev/Atom/jromnoa/SPEC-6957-fix-atom-renderer-test-timeout-issue
...
SPEC-6957: Attempting to fix the atom tests that only fail in AR but pass 100% of the time locally.
2021-05-24 10:55:31 -07:00
Chris Galvan
860f13c0ff
[SPEC-6561] Prevent Editor crash when using the hydra_editor_utils to create an Entity with an invalid component.
2021-05-24 12:14:58 -05:00
balibhan
d615441bbf
updated summary
2021-05-24 12:30:17 +05:30
balibhan
f8d320e79a
updated with new line
2021-05-24 11:29:12 +05:30
balibhan
41b2f0d522
Merge branch 'main' into sc_automation_balibhan2
2021-05-24 11:24:21 +05:30
balibhan
265e57cd07
Add remove method Asset Editor
2021-05-24 11:20:48 +05:30
jckand-amzn
434fef4b8f
Adding missing copyright header to test file
2021-05-21 16:39:16 -05:00
jckand-amzn
053247931b
LYN-3769: Adding a basic Editor workflow automated test
2021-05-21 15:45:46 -05:00
sharmajs-amzn
44ec0211a0
fixes for missing dependency test ( #850 )
2021-05-21 12:28:51 -07:00
dhrudesh
0b24159cf3
Disabling AWS automation tests
2021-05-21 08:18:47 -07:00
jromnoa
fbb5565fb5
removes hydra idle_wait() calls in an attempt to fix the timeout issue
2021-05-20 13:58:30 -07:00
amzn-hdoke
525840fb2a
Adding password 1 factor sign in ( #830 )
...
AWS automation test
2021-05-20 09:29:44 -07:00
AMZN-AlexOteiza
8c35347cfb
Fixed build timeout failures. Added xfail and made pytest timeout to be smaller so CMake doesnt make it to timeout and python does it instead
...
Co-authored-by: Garcia Ruiz <aljanru@amazon.co.uk >
2021-05-20 14:31:55 +01:00
hershey5045
69df673511
Fix lua reflection error on AutomatedTesting project. ( #835 )
...
Fix lua reflection error on AutomatedTesting project.
2021-05-19 16:35:37 -07:00
jckand-amzn
1a0bf32f42
Merge pull request #829 from aws-lumberyard-dev/jckand/FoundationAuto
...
SPEC-6949: Updating menu actions for failing Menu tests
2021-05-19 17:09:49 -05:00
jromnoa
6cdb746859
Merge pull request #818 from aws-lumberyard-dev/Atom/jromnoa/SPEC-6849-intermittent-test-failure-fix
...
SPEC-6849: Intermittent test failure fix for test_AtomEditorComponents_AddedToEntity()
2021-05-19 14:08:18 -07:00
jckand-amzn
6be126ec36
SPEC-6949: Updating menu actions for failing Menu tests
2021-05-19 14:24:29 -05:00
amzn-hdoke
659998cd26
AWSI Gems CDK Automation fixtures ( #707 )
...
* Adding AWS automation tests cdk and resource mapping fixtures
* Add aws_utils fixture
* Update assume role arn
* Get region and account id from aws_utils fixture
* Adding NodeJS and AWS CDK as install dependencies
* Fixing missing copyright headers
* Add missing copyright header
* Remove cdk and node install from build folder
* Remove unused script canvas file
* Uncomment code, remove unused script canvas
* Add region to aws_utils fixture
* Adding AWS gems to automated testing for all platforms
* Re-exporting ClientAuth level
* Add PythonTests/AWS CMakeLists.txt
2021-05-19 11:07:53 -07:00
balibhan
b82fa2a7dc
Merge branch 'main' into sc_automation_balibhan
2021-05-19 09:42:08 +05:30
jromnoa
c28102f46e
Merge branch 'main' into Atom/jromnoa/SPEC-6849-intermittent-test-failure-fix
2021-05-18 19:17:32 -07:00
jromnoa
0dd6d81985
small accidental typo fix
2021-05-18 17:29:24 -07:00
jromnoa
6f22cfd20b
fix timeout values for general.idle_wait() and add Trace::Assert check with Trace::Error check, remove the 'failed to open' check (not needed)
2021-05-18 17:27:42 -07:00
jromnoa
c3fe375e8f
add some extra general.idle_wait() and general.idle_wait_frames() calls to increase test stability to stop race condition / intermittent failure in test
2021-05-18 17:19:40 -07:00
AMZN-AlexOteiza
906780a01f
Reorganized PythonTests CMakeLists ( #716 )
...
Reorganized Python Tests CMakeLists.txt
Co-authored-by: Garcia Ruiz <aljanru@amazon.co.uk >
2021-05-18 19:11:56 +01:00