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/Atom/Tools/MaterialEditor/Code
santorac 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.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
..
Source Changed the .material file format to use a flat list for material property values, instead of a tree structure. 4 years ago
CMakeLists.txt Atom Tools: Removing unnecessary modules, components, and dead code from ME 4 years ago
materialeditor_files.cmake Atom Tools: Moved performance monitor system component from ME to ATF 4 years ago
materialeditor_win_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago