Update default bundle size limit to fit slightly larger content. Longer term we'll want to refactor these tests so they don't start failing to seemingly unrelated upstream changes, but for now this buys us time to work on other, more important things. (#7414)
AMZN-stankowi
2022-02-07 11:29:13 -0800
dec3def9ebMerge remote-tracking branch 'upstream/development' into nvsickle/DomPatch
Nicholas Van Sickle
2022-02-07 10:51:43 -0800
640093fe63Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/ImageGradientStreamingImageSupport
Chris Galvan
2022-02-07 11:15:28 -0600
Motion Matching: Debug visualization improvements, enable test builds, updated camera controller for automatic demo #7430
Benjamin Jillich
2022-02-07 15:58:07 +0100
1497250ff5Atom Tools: Move common asset browser interactions to shared class in ATF Moved the class for common asset browser interactions for source files, folders, and source control to atom tools framework. Added a function to register custom actions Deleted unnecessary document settings class in favor of settings registry
Guthrie Adams
2022-02-06 05:49:11 -0600
23788e9297fix bug with placement of debug draw for mesh geometry in asset colliders with non-uniform scale
greerdv
2022-02-05 12:51:28 +0000
Merge pull request #7251 from aws-lumberyard-dev/Prism/AdditionalCLIMessages
AMZN-Phil
2022-02-04 12:10:38 -0800
b05d4bdf36Merge remote-tracking branch 'upstream/development' into Atom/santorac/RemixableMaterialTypes4_FlatMaterialFiles
santorac
2022-02-04 12:08:28 -0800
1daa9fbbedChanged the .material file format to use a flat list for material property values, instead of a tree structure. This is needed to support deeply nested material property groups, it just makes the serialization code a lot simpler than trying to support nested groups in the .material file. It also makes the file more readable and easier to search all files for particular properties. I also updated MaterialSourceData to hide the property values behind a clean API.
santorac
2022-02-04 12:04:50 -0800
9aece3e84bLYN-8403 Prevent the same Surface Tag from getting reused
Sergey Pereslavtsev
2022-02-04 19:57:29 +0000
c9c172794eAtom Tools: Document system exposes reflected object data • This removes a direct dependency on dynamic property groups and data from the document system. • Added support for names, descriptions, and nesting to dynamic property groups. • Moved property related functions from base document classes into material editor document classes because dynamic property groups are an implementation detail of the material editor document to support material type flexible data format. • Change material document to use a table of dynamic property groups instead of a map of properties. • Added functions to traverse groups and properties. • This keeps groups and properties organized consistently with the material type file as well as what’s expected in the UI. • Document data can now be maps directly to the inspector reflective property editors instead of copying one property at a time out of the document and keeping those synchronized.
Guthrie Adams
2022-02-03 20:15:40 -0600
Atom/qingtao/atom 16135 (#7334)
Qing Tao
2022-02-03 14:58:58 -0800
4bb93e4c94Removed unnecessary MaterialSourceData::Property class. This wrapper used to be needed in order to bind the custom JsonMaterialPropertyValueSerializer back when property values were represented by AZStd::any. Now that property values have a custom MaterialPropertyValue type, the wrapper class is no longer needed.
santorac
2022-02-03 14:58:03 -0800
Removing bitangent flip from ConstructTBN. Tangent.w should only be used for flipping the bitangent when recomputing the bitangent using the cross product of the normal and tangent, not when reading bitangents directly from vertex data. (#7221)
Tommy Walton
2022-02-03 11:55:44 -0800
Prefabs UI | Finalize RootAliasPath as a standardized instance handle system, and refactor PrefabFocusHandler to take advantage of it. (#7365)
Danilo Aimini
2022-02-03 11:13:19 -0800
Add tests for FocusOnParentOfFocusedPrefab. Refactor tests to match, and re-enable disabled tests as the fixture now correctly supports the Prefab EOS. (#7372)
Danilo Aimini
2022-02-03 08:01:30 -0800