43748c37fd
update joints to use cluster viewport ui. (#4352)
amzn-sean
2021-09-30 13:39:22 +01:00
1b4add12d9
Merge branch 'development' into LYN-5265_state_tracker_impl
John
2021-09-30 09:40:59 +01:00
9eb9a13d99
Flipped CVar to activate the AssetBrowser Search View (#4370)
AMZN-Igarri
2021-09-30 10:38:45 +02:00
62e268bec7
Merge branch 'development' into Atom/santorac/RemixableMaterialTypes
santorac
2021-09-30 01:36:42 -07:00
9d09656023
Removed commented out code.
santorac
2021-09-30 01:33:05 -07:00
1a99103999
Overhauled the .materialtype file format to group all related properties data together. This prepares the way for a number of possible improvements, especially unlocking the ability to factor out material type configuration to be shared by multiple material types. Here we formalize the concept of a Property Set, which replaces property "groups", containing the group name and description, properties, and functors all in one place. The Property Set structure will allow arbitrarily deep nesting, whereas before you only had one level of grouping. This nesting is not fully supported yet throughout the system, particularly in the Material Editor. It was easier to go ahead and put in some of the nesting mechanims, parituclar in the implementation of MaterialTypeSourceData. This change is backward compatible, which is proved with unit tests, and by the fact that only MinimalPBR.materialtype has been updated to the new format. StandardPBR, EnhancedPBR, and others are still using the old format. (In a subsequent commit I'll update these as well, to prove that the new format works correctly).
santorac
2021-09-30 01:30:28 -07:00
f0e8af72ae
Updated StringFunc::Tokenize to support returning a list of string_view instead of string, which should be more efficient. string is still supported as well, but users should prefer the string_view version.
santorac
2021-09-30 01:08:54 -07:00
ab0aa4973f
Remove camera LookAtAfterInterpolation (#4391)
hultonha
2021-09-30 08:43:48 +01:00
acea5b7da8
Animation Editor: Creating Motion Sets does not increment them correctly (#4368)
Benjamin Jillich
2021-09-30 09:12:41 +02:00
816a623c97
Added missing EntityId.h include to FocusModeInterface.h (#4396)
lumberyard-employee-dm
2021-09-29 17:49:02 -05:00
0f4a9d70b5
Fix 3p path setting to the upper level (#4399)
jiaweig
2021-09-29 15:46:35 -07:00
325294aef8
Remove magic number in AZN unit
puvvadar
2021-09-29 15:28:57 -07:00
c9ea34d45f
Quick updates to AzNetworking unit tests
puvvadar
2021-09-29 14:58:22 -07:00
a7f6bfbb50
Fix tests to work with new interface APIs using EditorEntityContextId
Danilo Aimini
2021-09-29 14:21:19 -07:00
7eefa90d36
Ensuring AutomatedTest project will include LyShine for server applications. Without LyShine the server app failed to load certain modules which are currently required. Eventually we'll want a way to select render/headless modes per gem
Gene Walters
2021-09-29 14:08:02 -07:00
96d833fc4e
Removing a function that was originally added to convert model asset ids in levels that were created prior to December 2020, which pre-dates anything created for the public O3DE release.
amzn-tommy
2021-09-29 12:07:01 -07:00
c8d2f74ca1
Added backward-compatible support for the old "id" key in material type files, which is being renamed to "name". This required the use of custom serializers, because the JSON serialization system does not have any means of supporting field name aliases through SerializeContext.
santorac
2021-09-28 22:05:26 -07:00
f765dc0942
Changed Atom to Use LibPng instead of OpenImageIO
santorac
2021-09-28 21:33:41 -07:00
34def643a2
In Slice mode, don't instantiate the handler, and also hide and disable the breadcrumbs widgets.
Danilo Aimini
2021-09-28 21:30:06 -07:00
02bc89cd92
Fixes to sending entity updates and entity rpcs within an environment set up for cross host entity migration
kberg-amzn
2021-09-28 19:25:04 -07:00
9a325c657d
Add EntityContextId argument to focus interface functions that don't deal with entityIds.
Danilo Aimini
2021-09-28 18:41:46 -07:00
c204aa1abe
Change notification buses to be addressed on EntityContextId, and connect the handlers to the default id. Request interfaces should not need that id as they can retrieve it from the entityId.
Danilo Aimini
2021-09-28 18:16:02 -07:00
ce334f9443
Correctly set focused entity in case the root prefab instance is focused.
Danilo Aimini
2021-09-28 17:48:36 -07:00
f8374b76b7
Added modified property indicator icon to material property inspector in material component
Guthrie Adams
2021-09-28 18:16:23 -05:00
7c2464ad15
Changing material inspector to use indicator icons instead of highlighting modified properties Added a blank placeholder image to account for changes to indention when indicator icons are active Added parameter to inspector constructor for specifying leaf property indention size
Guthrie Adams
2021-09-28 17:32:02 -05:00
a692ae1567
Restore event listening behavior in EntityOutlinerListModel (#4254)
Nicholas Van Sickle
2021-09-28 14:57:09 -07:00
f22dda1efd
Enabled Multiplayer gem for AutomatedTesting project. Adding a simple network component and level for testing. (wip)
Gene Walters
2021-09-28 10:15:54 -07:00
29d9abba57
Removed redundant code (#4363)
John Jones-Steele
2021-09-28 18:08:58 +01:00
a641586df2
Move FocusModeInterface retrieval to EntityOutlinerListModel constructor to prevent crash on widget refresh. Also force expansion of root on construction for the same reason.
Danilo Aimini
2021-09-28 10:02:47 -07:00
36102a75f2
Material Editor: Added alternate skybox toggle to the toolbar
Guthrie Adams
2021-09-27 21:24:05 -05:00
3fa9d16be2
Material editor: replacing modified property highlight color with indicator icons
Guthrie Adams
2021-09-27 20:35:54 -05:00
6c7cd2abf0
Atom Tools: Fixing problems with inspector property group layout and deletion • A previous change introduced a heading section of the top of the inspector • The code was incorrectly attempting to delete child widgets and layouts from the layout of each section • Size policies were also updated to give priority to the section containing the property groups • Tested material component property editor and material editor to make sure that widgets were laid out correctly at the top of the inspector
Guthrie Adams
2021-09-27 18:50:33 -05:00
133c85c641
MCPP should not add new line (#4353)
galibzon
2021-09-27 18:22:05 -05:00
0a829f9661
Merging latest development
kberg-amzn
2021-09-27 15:50:22 -07:00
c75e6860bb
Merge pull request #4224 from aws-lumberyard-dev/burelc/restructureXcbCode
Steve Pham
2021-09-27 15:38:39 -07:00
bcf024edf9
registering linux integ test to cmake
evanchia
2021-09-27 14:33:08 -07:00
4998f44246
adding process_utils linux integ test
evanchia
2021-09-27 14:25:43 -07:00
a3280afef3
[AWSMetrics][cdk] Add the athena work group as a dependency of named queries (#4354)
Junbo Liang
2021-09-27 13:36:35 -07:00