Merge branch 'development' into Atom/guthadam/material_editor_replace_modified_color_with_indicator
Signed-off-by: Guthrie Adams <guthadam@amazon.com> # Conflicts: # Gems/Atom/Tools/MaterialEditor/Code/Source/Window/MaterialInspector/MaterialInspector.cpp # Gems/Atom/Tools/MaterialEditor/Code/Source/Window/MaterialInspector/MaterialInspector.h # Gems/AtomLyIntegration/CommonFeatures/Code/Source/Material/EditorMaterialComponentInspector.cpp # Gems/AtomLyIntegration/CommonFeatures/Code/Source/Material/EditorMaterialComponentInspector.h
This commit is contained in:
@@ -74,7 +74,7 @@ namespace AtomToolsFramework
|
||||
void ConvertToPropertyConfig(AtomToolsFramework::DynamicPropertyConfig& propertyConfig, const AZ::RPI::MaterialTypeSourceData::PropertyDefinition& propertyDefinition)
|
||||
{
|
||||
propertyConfig.m_dataType = ConvertToEditableType(propertyDefinition.m_dataType);
|
||||
propertyConfig.m_nameId = propertyDefinition.m_nameId;
|
||||
propertyConfig.m_name = propertyDefinition.m_name;
|
||||
propertyConfig.m_displayName = propertyDefinition.m_displayName;
|
||||
propertyConfig.m_description = propertyDefinition.m_description;
|
||||
propertyConfig.m_defaultValue = ConvertToEditableType(propertyDefinition.m_value);
|
||||
|
||||
Reference in New Issue
Block a user