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 c2abd2d74f Updated the naming convention for material property "names" vs "IDs".
A "property name" is the name of the just the property without regard to the group that it's in. A "group name" is the name of the group. And a "property ID" is the full unique name of a property in the form "groupName.propertyName". This is important preparation for upcoming changes where property sets can contain other property sets, and property IDs can be arbitrarily long like "layer1.baseColor.factor" for example.

The naming changes include variables, some code comments, and the .materialtype file format. I was able to make these changes in a backward compatible way so a property or group "id" field has been replaced with a "name" field, but "id" is still supported for compatibility. StandardPBR, EnhancedPBR, StandardMultilayerPBR, and Skin have all been updated. Note that MinimalPBR has not been updated, proving that backward compatibility works. (We can update this one too at some point though).

Testing:
Opened up materials in the material editor.
Ran AtomSampleViewer in dx12 and vulkan with no new failures.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
..
Animation Gems/Atom* 4 years ago
CoreLights Merge branch 'development' into cmake/warn_virtual 4 years ago
Decals LYN-4774 Fix missing box icons inside the main Viewport (#2297) 4 years ago
DiffuseGlobalIllumination LYN-4774 Fix missing box icons inside the main Viewport (#2297) 4 years ago
Grid LYN-4774 Fix missing box icons inside the main Viewport (#2297) 4 years ago
ImageBasedLights LYN-4774 Fix missing box icons inside the main Viewport (#2297) 4 years ago
Material Updated the naming convention for material property "names" vs "IDs". 4 years ago
Mesh Gems/Atom* 4 years ago
OcclusionCullingPlane LYN-4774 Fix missing box icons inside the main Viewport (#2297) 4 years ago
Platform Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PostProcess Build time reduction: AzStdOnDemandReflection (#3111) 4 years ago
ReflectionProbe LYN-4774 Fix missing box icons inside the main Viewport (#2297) 4 years ago
ScreenSpace LYN-4774 Fix missing box icons inside the main Viewport (#2297) 4 years ago
Scripting LYN-4774 Fix missing box icons inside the main Viewport (#2297) 4 years ago
SkinnedMesh Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SkyBox LYN-4774 Fix missing box icons inside the main Viewport (#2297) 4 years ago
SurfaceData Remove extra/bad profile markers (#4031) 4 years ago
Thumbnails ATOM-16063 Remove SetShaderResourceGroupCallback in scene and update scene srg handling (#3969) 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 Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
EditorCommonFeaturesSystemComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Module.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago