You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/AtomLyIntegration/CommonFeatures/Code/Source
santorac a7bdb05d66 Tied up some loose ends with nested property group support.
Fixed the MaterialBuilder to report source dependencies on imported JSON files, so the material type will rebuild when you edit an imported file that contains shared property data.
Fixed a spot in LuaMaterialFunctorSourceData where it was only applying the old "prefix" feature and not the new name context.
Updated a couple built-in material functors to take advantage of the name context (they were using RuntimeContext::GetShaderResourceGroupLayout instead of the RuntimeContext::FindShaderInputConstantIndex wrapper utility function).
Fixed an issue with EnumeratePropertyGroups where it wasn't passing the right name context, so Material Editor wasn't able to load some material types.
Reordered the parameters in the MaterialTypeSourceData enumerate callback functions, I felt this order was more natural.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
..
Animation Misc Bugfixes (#6530) 4 years ago
CoreLights change default input color space to SRGB 4 years ago
Decals Improvements. You can now call SetDecalMaterial() with any permutation and it works as expected 4 years ago
DiffuseGlobalIllumination Minor change to a comment 4 years ago
Grid ATOM-16747 RPISystemInterface::GetDefaultScene returns the scene crea… (#5153) (#5389) 4 years ago
ImageBasedLights Skybox hot reloading - fix black screen when running the editor for the first time with a clean cache (#5529) 4 years ago
Material Tied up some loose ends with nested property group support. 4 years ago
Mesh Updated all array_view uses with the C++20 span. (#7157) 4 years ago
OcclusionCullingPlane Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed 4 years ago
Platform Add OpenImageIO as runtime dependency in AtomLyIntegration. (#4987) 4 years ago
PostProcess Add MainPipeline to pass hierarchy for when HDR color grading component requests for the lut generation's image attachment. (#6436) 4 years ago
ReflectionProbe Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed 4 years ago
ScreenSpace Fixed in-editor "Atom" category components reference links to o3de.org docs 4 years ago
Scripting Fixed in-editor "Atom" category components reference links to o3de.org docs 4 years ago
SharedPreview Fixed a bug with model previews and thumbnails. 4 years ago
SkinnedMesh ATOM-16747 RPISystemInterface::GetDefaultScene returns the scene crea… (#5153) (#5389) 4 years ago
SkyBox Skybox hot reloading - fix black screen when running the editor for the first time with a clean cache (#5529) 4 years ago
SurfaceData Misc SurfaceData Optimizations (#7299) 4 years ago
CommonFeaturesSystemComponent.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
CommonFeaturesSystemComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
EditorCommonFeaturesSystemComponent.cpp Added a CriticalAssetsCompiled Lifecycle event (#6469) 4 years ago
EditorCommonFeaturesSystemComponent.h Added a CriticalAssetsCompiled Lifecycle event (#6469) 4 years ago
Module.cpp Editor HDR Color Grading Component implemented under the PostFx stack (#4159) 4 years ago