Commit Graph

2543 Commits

Author SHA1 Message Date
galibzon 25dc42e298 [ATOM-15600] Fix cpu over usage when loading shader variant assets. (#1014)
This is a temporary fix, in the future ShaderVariantAsyncLoader will use
OnCatalogAssetRemoved()/ OnCatalogAssetAdded().

Signed-off-by: garrieta <garrieta@amazon.com>
2021-05-27 21:45:19 -05:00
Jonny Galloway 6485ac8ea1 Merge pull request #1013 from aws-lumberyard-dev/gallowj/main/SponzaLicense
Added a required CC license for Sponza content
2021-05-27 20:28:41 -05:00
Terry Michaels 9435305f01 Make entity creation via asset drag and drop properly create an entity so it works with prefabs correctly (#1010) 2021-05-27 19:31:32 -05:00
Chris Santora b8578a4dc5 Merge pull request #979 from aws-lumberyard-dev/Atom/santorac/MaterialTypeCleanup
Various Cleanup of Core Material Types

Did a bunch of general cleanup on Atom's core material types. This gives us much better alignment of configuration between StandardPBR, EnhancedPBR, and Skin material types where they have common functionality. Also made some quality of life improvements for the user like making parallax mapping and UV transforms easier to set up.

ATOM-14838 Make Parallax Look Decent By Default
ATOM-13828 UV Transform Center Default Middle
ATOM-15133 Clean Up EnhancedPBR
ATOM-13216 Delete Deprecated Functors
ATOM-14037 StandardPBR TintedTransparent Opacity
ATOM-15295 Remove Unnecessary Enable Material Properties
2021-05-27 17:01:35 -07:00
Nicholas Van Sickle 5e87250f67 Fix viewport icon rendering on high DPI devices (#1006)
* Clarify ViewportWorldToScreen being in widget space and add DeviceScalingFactor

* -Fix viewport icons being draw wrong on high DPI displays
-Fix loading viewport icons from absolute paths, which

* Address review feedback, fix build
2021-05-27 16:31:30 -07:00
Chris Santora ed56635c3e Merge remote-tracking branch 'upstream/main' into Atom/santorac/MaterialTypeCleanup 2021-05-27 15:12:56 -07:00
gallowj be54df8c1e Added a required CC license for Sponza content 2021-05-27 17:04:23 -05:00
AMZN-tpeng 16286fb43b Merge pull request #869 from aws-lumberyard-dev/ATOM/tonypeng/ATOM-15576
Atom/tonypeng/atom-15576
2021-05-27 15:01:43 -07:00
Scott Romero 3198e50c72 [main] post install hook to configure cmake and python
Merge pull request #971 from aws-lumberyard-dev/cpack_installer
2021-05-27 14:14:12 -07:00
Steve Pham 0d7c23641a Fix missing space betweek arguments causing dxc commands with additional args to fail (#1003) 2021-05-27 14:12:29 -07:00
Qing Tao 85222130d4 LYN-4007 Editor crashes when entering the Game Mode with two Box Shape entities with Game View enabled (#974)
The crash was caused by using gpu query across command lists.
2021-05-27 13:56:19 -07:00
jckand-amzn 2d562b97c5 Merge pull request #970 from aws-lumberyard-dev/jckand/FoundationAutoDecoupling
SPEC-6685: Updating test summaries for TestRail decoupling effort
2021-05-27 15:36:38 -05:00
Sean Sweeney 371a2f71ca Merge pull request #972 from aws-lumberyard-dev/LyttFindExternal
Tests search for external project definition relative to build directory
2021-05-27 12:05:53 -07:00
jckand-amzn 036eb4a269 Merge branch 'main' into jckand/FoundationAutoDecoupling 2021-05-27 13:48:34 -05:00
jackalbe 5b5d02baa4 {LYN-4060} Helios - Fix to load PAK Archive files (#964)
* {LYN-4060} Helios - Fix to load PAK Archive files

{LYN-4060} Helios - Fix to load PAK Archive files

* Helios - Archive does not load from PAK files due to IsFileExists() error
* the decompression tag does not need to be ZCRY, so removed it
* the PAK files are on disk, so a "on disk file exists" method is used
* the mapped files m_mapFiles need to track the file path, not just the filename

Tests: Release Launcher with a new level

* re-adding the read only flag check so that ZIP files can be created
2021-05-27 12:59:42 -05:00
Terry Michaels b600dd9b71 Fixed issues with mac build caused by a double define of "MAC" (#996)
* fixed missed reference to name change

* Fixed MAC double define issue, changed to MAC_ID
2021-05-27 12:49:16 -05:00
greerdv e1e1217c6a Merge pull request #984 from aws-lumberyard-dev/attachments-transform-scale
update usages of transform vector scale
2021-05-27 18:24:16 +01:00
greerdv 03d54014f7 Merge pull request #985 from aws-lumberyard-dev/physics-transform-scale
update physics code to avoid vector scale Transform functions
2021-05-27 18:03:23 +01:00
Tom Hulton-Harrop b4ab2032e8 Fix for viewport ui crash and small refactor (#992) 2021-05-27 18:03:01 +01:00
Chris Santora b206e7ffe5 ATOM-15295 Remove Unnecessary Enable Material Properties
The only remaining unnecessary enable flag I found was for the parallax property group. It is removed, and now we just use the texture map and useTexture flag to gate whether the feature is enabled.
2021-05-27 09:58:58 -07:00
greerdv 066de9d365 Merge pull request #987 from aws-lumberyard-dev/manipulator-transform-scale
update manipulators to avoid using vector scale Transform functions
2021-05-27 17:55:37 +01:00
Steve Pham 600f97a46c Updating DirectXShaderCompiler 3P Packages to use built-from-source version (#976) 2021-05-27 09:41:45 -07:00
jjjoness 5942cf066d Merge pull request #983 from aws-lumberyard-dev/LYN-1914
Changed editor icon
2021-05-27 17:41:14 +01:00
Alex Peterson 7cd325bad9 Adding ProjectManager as an Editor runtime dependency
The project manager is needed by the editor if it does not know what project to use
2021-05-27 09:40:48 -07:00
Terry Michaels fd8fe8b939 Fixed newly created level having the right source field set (#986)
* Fixed an issue with the source field a newly created level not being set correctly
2021-05-27 11:40:16 -05:00
Jonny Galloway 528934a437 Merge pull request #957 from aws-lumberyard-dev/gallowj/main/DCCsi
Gallowj/main/dccsi
2021-05-27 11:39:55 -05:00
AMZN-puvvadar 51eb68f462 Merge pull request #886 from aws-lumberyard-dev/mp_serialize_vector
Add Multiplayer Rewindable fixed vector and array types and integrate with MP jinja templates
2021-05-27 09:31:59 -07: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
AMZN-stankowi 9d94977b2c FbxImportRequestHandler is now loaded only once per AssetBuilder and Editor + re-enabled STL support (#933)
* Revert "FBX settings can be opened again: g_fbxImporter is set, and if the ex… (#878)"

This reverts commit 58adcf168f.

* Revert "Merge pull request #753 from aws-lumberyard-dev/Helios_DataDrivenAssetImporter"

This reverts commit 798d96f1a2, reversing
changes made to eb31d90ad9.

* Revert "Revert "Merge pull request #753 from aws-lumberyard-dev/Helios_DataDrivenAssetImporter""

This reverts commit c1124f26d957388e88cc4990021314b5af247e1d.

* Revert "Revert "FBX settings can be opened again: g_fbxImporter is set, and if the ex… (#878)""

This reverts commit 978477097892a22e83519646527ff52ba6532f35.

* Fixed how FbxImportRequestHandler is loaded

* Bumped version to force FBX to rebuild + removed unused variable

* Revert "Revert "FBX settings can be opened again: g_fbxImporter is set, and if the ex… (#878)""

This reverts commit 978477097892a22e83519646527ff52ba6532f35.

* Revert "Revert "Merge pull request #753 from aws-lumberyard-dev/Helios_DataDrivenAssetImporter""

This reverts commit c1124f26d957388e88cc4990021314b5af247e1d.

* Fixed a bad revert

* Better error reporting at AP launch

* AZ_CRC -> AZ_CRC_CE and removed delayed reload of settings registry file now that it's available at startup

* fixed typo in comment
2021-05-27 08:45:32 -07:00
greerdv f4c017e813 Merge pull request #968 from aws-lumberyard-dev/animation-transform-scale
update usages of vector scale on Transform to use uniform scale
2021-05-27 16:44:26 +01:00
amzn-sean 529e29071c update Ragdoll component to only uses Handles (#981) 2021-05-27 16:42:17 +01:00
jckand-amzn 0c686dfb49 Merge branch 'main' into jckand/FoundationAutoDecoupling 2021-05-27 10:31:50 -05:00
John Jones-Steele bdbeaa8e54 Merge branch 'main' into LYN-1914 2021-05-27 16:09:23 +01:00
greerdv f286057046 update manipulators to avoid using vector scale Transform functions 2021-05-27 16:05:18 +01:00
gallowj d53367858b Altered a variable to make usage more clear. 2021-05-27 09:50:49 -05:00
gallowj b072d286d2 Merge remote-tracking branch 'upstream/main' into gallowj/main/DCCsi 2021-05-27 09:43:18 -05:00
gallowj 379f0717fa transitioned from use of bootstrap.cfg to .o3de\Reigistry\bootstrap.setreg 2021-05-27 09:39:05 -05:00
greerdv ece62c51d8 update physics debug draw to avoid vector scale Transform functions 2021-05-27 15:28:28 +01:00
Mike Balfour 7ced53cf58 [SPEC-7039] Fix for mac build (#969)
Fix for the following error:
/workspace/o3de/Code/Tools/SerializeContextTools/SliceConverter.h:55:41: error: extra qualification on member 'ConvertSliceInstance'
2021-05-27 09:00:32 -05:00
greerdv 6b7caa93b1 update collider component to avoid vector scale Transform functions 2021-05-27 14:47:06 +01:00
greerdv dd94795106 update force region to avoid vector scale Transform functions 2021-05-27 14:43:58 +01:00
greerdv a0adff8815 Merge branch 'main' into animation-transform-scale 2021-05-27 14:30:25 +01:00
greerdv e0ed535771 remove unused render cube function 2021-05-27 14:29:54 +01:00
John Jones-Steele 072f6e194e Changed editor icon 2021-05-27 14:02:01 +01:00
greerdv c4dafc8495 update usages of transform vector scale 2021-05-27 12:54:13 +01:00
greerdv 7353f262c5 Merge pull request #980 from aws-lumberyard-dev/remove-deprecated-transform-api
update rigid body to use non-deprecated function and remove many depr…
2021-05-27 12:44:17 +01:00
greerdv 34c59a81b8 update rigid body to use non-deprecated function and remove many deprecated transform bus functions 2021-05-27 10:51:36 +01:00
Tom Hulton-Harrop 4205a69106 Allow ComponentAdapter (and related types) to work with EntityComponentIdPairs as well as EntityIds (#920)
* provide the ability for component adapters to support multiple components per entity

* add missing explicit keywords

* updates following review feedback - update how template logic works

* small updats (fix typo, remove redundant includes)

* add missing this->

* naming change, common -> controller

* add [[maybe_unused]]
2021-05-27 09:34:52 +01:00
dmcdiarmid-ly 592114bd4f Merge pull request #887 from aws-lumberyard-dev/Atom/dmcdiar/ATOM-5034
[ATOM-5034] Bake DiffuseProbeGrid textures
2021-05-27 00:03:54 -07:00
scottr 301bfe3486 [cpack_installer] replaced raw file(DOWNLOAD ...) for download_file() utility 2021-05-26 22:03:46 -07:00