d209bf783c
Moving test_CLITool_AssetBuilder_Works to sandbox. (#7438)
LesaelR
2022-02-07 14:01:58 -08:00
45e347315f
Remove -Wno-unused-value suppression for GCC (#7387)
Steve Pham
2022-02-07 13:49:25 -08:00
e7857120b0
Fix issue with clearing the parent entityId in the transform would result in prefab reparenting. (#7464)
Danilo Aimini
2022-02-07 13:35:48 -08:00
0f07f581f8
Atom Tools: replaced document settings with settings registry
Guthrie Adams
2022-02-07 15:11:03 -06:00
7c6c01d5a1
Convert automated tests related to content and unused levels (#7416)
chiyenteng
2022-02-07 12:11:01 -08:00
38a34d811d
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 -08:00
dec3def9eb
Merge remote-tracking branch 'upstream/development' into nvsickle/DomPatch
Nicholas Van Sickle
2022-02-07 10:51:43 -08:00
adb598445f
Merge pull request #6428 from santipaprika/thin-transmission
Jeremy Ong
2022-02-07 11:49:05 -07:00
ffdd3e85ac
merge from development
greerdv
2022-02-07 18:48:03 +00:00
fc01207d14
add test for box component scale manipulators
greerdv
2022-02-07 18:47:10 +00:00
e66d55189e
Updated the gradient signal unit tests for the image gradient now using a StreamingImageAsset
Chris Galvan
2022-02-07 12:06:11 -06:00
640093fe63
Merge branch 'development' of https://github.com/o3de/o3de into cgalvan/ImageGradientStreamingImageSupport
Chris Galvan
2022-02-07 11:15:28 -06:00
07bdba11ca
Updating to assimp 5.1.6 (#7435)
AMZN-stankowi
2022-02-07 09:09:00 -08:00
1497250ff5
Atom 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 -06:00
23788e9297
fix bug with placement of debug draw for mesh geometry in asset colliders with non-uniform scale
greerdv
2022-02-05 12:51:28 +00:00
1daa9fbbed
Changed 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 -08:00
9aece3e84b
LYN-8403 Prevent the same Surface Tag from getting reused
Sergey Pereslavtsev
2022-02-04 19:57:29 +00:00
d9ba0af645
SurfacePoint data structure encapsulations (#7413)
Mike Balfour
2022-02-04 11:27:59 -06:00
ff4412db7c
Calculating uv transforms for terrain detail materials (#7375)
Ken Pruiksma
2022-02-04 11:01:47 -06:00
d77403f9df
Upgrade AZSLc to version 1.7.35 (#7411)
galibzon
2022-02-04 10:58:42 -06:00
c9c172794e
Atom 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 -06:00
4216e4cfed
Added support for hardware queue class on passes (#7339)
antonmic
2022-02-03 16:37:42 -08:00
01892914ea
Atom/qingtao/atom 16135 (#7334)
Qing Tao
2022-02-03 14:58:58 -08:00
4bb93e4c94
Removed 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 -08:00
02bb73c0b0
{lyn9694} removing abstract nodes from scene graph (#7362)
Allen Jackson
2022-02-03 16:32:31 -06:00
2c54b48a9e
Modified image gradient config json serializer to be able to detect version difference earlier
Chris Galvan
2022-02-03 16:20:55 -06:00
c3c79b25c2
{ghi7403} fixing Python PYI symbols on Editor start (#7404)
Allen Jackson
2022-02-03 15:44:17 -06:00
22f018c310
Moved the ImageProcessingDefines to the Include folder and added it to the header only target
Chris Galvan
2022-02-03 15:05:01 -06:00
2560d6b41e
Load workspace should activate the graph by default. (#7389)
Roman
2022-02-03 12:08:15 -08:00
dea89a7539
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 -08:00
74a876ae3b
Move multiplayer session interface out of AzFramework library (#7338)
Vincent Liu
2022-02-03 11:53:00 -08:00
58f4a5259a
Lua Editor: Prev Document Tab option from the View menu is misspelled #7345 (#7402)
SuryanshSangwan
2022-02-04 01:22:23 +05:30
4e15cef2fc
Removed unused methods to fix compile error on linux
Chris Galvan
2022-02-03 13:49:54 -06:00
69c8ebd7fb
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 -08:00
f9fc858576
Editor script for assigning a material to all entities (#7219)
Tommy Walton
2022-02-03 11:01:04 -08:00
837d4fde3e
Create a debug material type for displaying per-vertex data (#7220)
Tommy Walton
2022-02-03 11:00:52 -08:00
2bdc102f63
Merge pull request #6795 from aws-lumberyard-dev/scspaldi_lytt_improvements
Sean Sweeney
2022-02-03 10:02:13 -08:00
eb1aee0230
Finalizing Terrain automated test conversions to utilize prefab system (#7360)
jckand-amzn
2022-02-03 11:58:53 -06:00
7652369567
Fix find_program not finding host platform programs when using Android (#7385)
lumberyard-employee-dm
2022-02-03 11:56:21 -06:00
65e651388c
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 -08:00
e85ec9baf8
{lyn9996} fixes for the default procedural prefab (#7354)
Allen Jackson
2022-02-03 09:00:58 -06:00
c3e0830586
Merge pull request #7332 from aws-lumberyard-dev/cgalvan/AddedPresetForConvertingGSIImages
Chris Galvan
2022-02-03 06:01:45 -06:00
ff09b24604
Motion Matching: Fix for nightly build issue (#7392)
Benjamin Jillich
2022-02-03 12:34:24 +01:00
67fcf42268
Motion Matching: Bug fixes, adding more class descriptions, automatic target mode for trajectory query#7341
Benjamin Jillich
2022-02-03 09:18:36 +01:00
f1680daa96
Small log change based on feedback
Gene Walters
2022-02-02 16:06:29 -08:00