Peng
76423a1cc8
Merge branch 'main' into ATOM/tonypeng/ATOM-14947
2021-04-27 09:15:33 -07:00
rhongAMZ
fc3a48bb26
EMFX: Fix a crash when deleting blend tree node ( #331 )
2021-04-27 09:07:34 -07:00
amzn-sean
6987dac6f3
Merge pull request #242 from aws-lumberyard-dev/physx_ragdoll_create
...
Ragdoll now uses Add/Remove SimulatedBody
2021-04-27 15:53:23 +01:00
Aaron Ruiz Mora
d20fb50c9d
Cloth CPU Skinning using MCore DualQuaternions instead of Cry DualQuat
2021-04-27 14:52:33 +01:00
Aaron Ruiz Mora
00fca9489c
Fix editor crashing by protecting gEnv->g3DEngine
2021-04-27 14:52:10 +01:00
amzn-sean
5e50fc2961
fix build failure
2021-04-27 14:43:54 +01:00
amzn-sean
82fce4a90c
Merge branch 'main' into physx_ragdoll_create
2021-04-27 14:21:10 +01:00
amzn-sean
95a44c481a
fixed errors from main merge
2021-04-27 14:17:05 +01:00
Aaron Ruiz Mora
7f1e3b4054
Moving largeworlds's failing tests to sandbox
2021-04-27 13:56:31 +01:00
Tom Hulton-Harrop
9fa470e2e8
Merge pull request #234 from aws-lumberyard-dev/hultonha_LYN-3064_trackview-simplemotion-only
...
LYN-3064 - Fix bug for setting SimpleMotion asset in Track View
2021-04-27 12:45:06 +01:00
hultonha
b85c5f42ed
Merge branch 'main' into hultonha_LYN-3064_trackview-simplemotion-only
2021-04-27 11:41:13 +01:00
amzn-sean
fbb8727407
Merge branch 'main' into physx_ragdoll_create
2021-04-27 11:04:04 +01:00
Aaron Ruiz Mora
c415fcc0b4
Cloth will override all the vertices of the mesh and do CPU skinning on the non-simulated vertices when the optimization 'remove static particles' is enabled
2021-04-27 10:00:27 +01:00
dmcdiarmid-ly
cfc09ccfb7
Merge pull request #305 from aws-lumberyard-dev/Atom/dmcdiar/ATOM-15244
...
[ATOM-15244] Crash: Reflection Probe, Untoggle 'Use Baked Cubemap' when probe entity is deactivated
2021-04-26 21:56:42 -07:00
Gene Walters
ab60db65cb
Merge pull request #147 from aws-lumberyard-dev/genewalt_emfx_ReleaseUnusedRawAssetDataAfterInit
...
Release unused raw asset data in EMotionFX asset
2021-04-26 19:27:28 -07:00
Peng
a8a60eeea7
ATOM-14947
...
-Fix vulkan graphics pipeline creation failure having depth clamp off with devices not supporting depth clip.
-Added reason for the mobile version of screen space reflection
2021-04-26 18:12:50 -07:00
dmcdiar
3998a8b622
Merge branch 'main' into Atom/dmcdiar/ATOM-15244
2021-04-26 17:35:19 -07:00
Mike Balfour
4f28b82862
Merge pull request #323 from aws-lumberyard-dev/mbalfour/newlevelcrashes
...
Added a handful of null checks to let new level creation succeed.
2021-04-26 17:59:20 -05:00
antonmic
6c6bd09ee5
Merge pull request #152 from aws-lumberyard-dev/Atom/antonmic/pbr_01
...
Atom/antonmic/pbr 01
2021-04-26 15:15:16 -07:00
mbalfour
f76b69d480
Added a handful of null checks to let new level creation succeed.
2021-04-26 16:15:25 -05:00
AMZN-daimini
44f1a627e7
Merge pull request #300 from aws-lumberyard-dev/Prefab/LYN-3100
...
KEYSTONE USE CASE | Save changes to non-root container entities in the link to the parent instance
2021-04-26 13:20:35 -07:00
AMZN-AlexOteiza
764cd52c26
Fixed whitebox tests using correct imports
...
Fixed whitebox tests using correct imports
Co-authored-by: aljanru <aljanru@amazon.com >
2021-04-26 21:06:01 +01:00
bosnichd
e5b5067748
Change LOAD_LEGACY_RENDERER_FOR_EDITOR from true -> false ( #315 )
...
Change LOAD_LEGACY_RENDERER_FOR_EDITOR from true -> false, and added some null checks to protect against gEnv->pRenderer and gEnv->p3DEngine now being null in the editor as well as the launcher.
2021-04-26 13:15:32 -06:00
cgalvan
d27c43e595
Merge pull request #316 from aws-lumberyard-dev/cgalvan/GetSelectedEntitiesCount
...
[LYN-3272] Added API for retrieving the number of selected entities. Updated InfoBar to use this new API.
2021-04-26 13:50:48 -05:00
Chris Galvan
5d2db78f74
[LYN-3272] Added missing call in unit test.
2021-04-26 13:25:55 -05:00
Benjamin Jillich
818c2526c9
[LYN-3306] EMotionFX: Client sample asset does not animate with simple motion component ( #313 )
...
* Removed discrepancy between editor and game simple motion components which led to an animation being played in the game one while the editor component looked broken for animations with root joints animated only.
* Sharing a new in-place attribute between the game and editor components that lets users control whether positional and rotational changes shall be applied onto root joints or not.
2021-04-26 19:53:39 +02:00
jackalbe
a1685ecca9
{LYN-2074} Add Animation data types Behavior for the scene graph ( #253 )
...
{LYN-2074} Add Animation data types Behavior for the scene graph (#253 )
* https://jira.agscollab.com/browse/LYN-2074
* moved scene API color to centeralized location
BlendShapeDataFace
BlendShapeData
2021-04-26 12:08:43 -05:00
Chris Galvan
9d57095e1c
[LYN-3272] Added API for retrieving the number of selected entities. Updated InfoBar to use this new API.
2021-04-26 11:49:48 -05:00
Peng
41a2be2a71
Merge branch 'main' into ATOM/tonypeng/ATOM-14947
2021-04-26 09:22:49 -07:00
jckand-amzn
2c437d7af4
Merge pull request #294 from aws-lumberyard-dev/jckand/FoundationAuto
...
Moving Large Worlds tests back to CPU test suite
2021-04-26 11:13:21 -05:00
Chris Burel
e468a93a13
Convert OpenSSL to the new 3p package system ( #213 )
2021-04-26 08:35:40 -07:00
jckand
90f51961c4
Merging main and resolving conflicts
2021-04-26 09:54:32 -05:00
Aaron Ruiz Mora
fbfc2e4968
Fix cloth editor component logic to keep the last known mesh node and restore it later.
...
- Fix cloth editor component logic to keep the last known mesh node and restore it later.
- Fix cloth assets slices, materials were missing.
2021-04-26 15:49:44 +01:00
AMZN-AlexOteiza
3f32cc929c
Fixed All Physics automated tests ( #129 )
...
* Fixed all Tests.
* Fixed tests stdout redirection
* Changed return code for failed tests to be 0xF
* Small improvements on automated testing code
* Created Periodic test suite and moved tests
* Made physics main to only have one test for now
* Renamed all tests to have leading AutomatedTesting::
2021-04-26 15:25:34 +01:00
Luis Sempé
b885e902d0
Merge pull request #298 from aws-lumberyard-dev/carlitosan-parser-fixes
...
Carlitosan parser fixes - LYN-2817 adding container input to user function definition nodes
2021-04-26 07:11:54 -07:00
Aaron Ruiz Mora
23dba55c21
Move flaky atom renderer test from main to sandbox test suite
2021-04-26 14:58:03 +01:00
hultonha
662934afbe
Merge branch 'main' into hultonha_LYN-3064_trackview-simplemotion-only
2021-04-26 10:03:23 +01:00
antonmic
ddd26c3321
addressed review feedback and resolved issues from merge with main
2021-04-25 23:22:02 -07:00
dmcdiar
4f05cbeca9
Validated reflection probe visibility state when changing the cubemap type.
2021-04-25 19:13:16 -07:00
antonmic
fb369541cb
Changing specularF0 variables back to specularF0Factor
2021-04-24 11:27:13 -07:00
antonmic
7ed49cb20b
Merging main
2021-04-24 11:14:49 -07:00
rgba16f
92199d9f2e
Merge pull request #240 from aws-lumberyard-dev/DisableAtomShim
...
Delete CryRenderAtomShim, Atom is no longer reachable through Cry rendering interfaces
2021-04-24 09:39:39 -05:00
daimini
833ca2767d
Fix a bug with level save erasing link information on Instances. All changes to non-root container entities are now saved as patches in the link to the parent instance.
2021-04-23 20:14:17 -07:00
Steve Pham
d90e8fd214
Merge pull request #284 from aws-lumberyard-dev/SPEC-3511
...
SPEC-3511 : Update Linux setup scripts to use a config file for general packages
2021-04-23 20:12:11 -07:00
rgba16f
b48fd12435
Delete CryRenderAtomShim from the Gems/AtomLyIntegration/CMakeLists.txt file
2021-04-23 20:32:42 -05:00
Steve Pham
00873788cb
Merge pull request #267 from aws-lumberyard-dev/LYN-2784
...
LYN-2784: Enable Vulkan RHI to build on Linux
2021-04-23 17:37:17 -07:00
Esteban Papp
29bf58cffc
SPEC-6517 RedCode: some more folders identified for removal 1 ( #290 )
2021-04-23 17:11:28 -07:00
jiaweig
285ad86024
Merge pull request #209 from aws-lumberyard-dev/Atom/jiaweig/ATOM-15303_descriptor_indexing
...
ATOM-15303 [RHI][Android] Descriptor indexing feature not present on Qualcomm
2021-04-23 17:06:58 -07:00
Peng
978c3953e0
Merge branch 'ATOM/tonypeng/ATOM-15175' into ATOM/tonypeng/ATOM-14947
2021-04-23 16:58:25 -07:00
jromnoa
68051490b8
Merge pull request #272 from aws-lumberyard-dev/Atom/jromnoa/add-atomtest-epb-tests-to-automatedtesting
...
ATOM-15219: Add the Atom component test to the AutomatedTesting project.
2021-04-23 16:55:26 -07:00