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 7d849cc0d2 Changed the overall strategy for how to handle missing image references. Instead of replacing it with one of the placeholder assets, we replace it with an random UUID which will be interpreted as a missing asset (unless some discovers discovers a UUID collision). This eventually gets replaced by one of the placeholder textures at runtime. This approach gives more consistent results in how missing texture are handled between Material Editor and Material Component.
I actually tried this approach before and it didn't seem to work the way we needed, but I realized that's because PropertyAssetCtrl wasn't handling missing assets properly. I fixed a few issues there including showing the error button when the asset can't be found, and fixing a broken reference to the error icon file.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
..
Include/Atom Removed ununeeded includes from EBus EBus.h and Policies.h (#4256) 4 years ago
Source Changed the overall strategy for how to handle missing image references. Instead of replacing it with one of the placeholder assets, we replace it with an random UUID which will be interpreted as a missing asset (unless some discovers discovers a UUID collision). This eventually gets replaced by one of the placeholder textures at runtime. This approach gives more consistent results in how missing texture are handled between Material Editor and Material Component. 4 years ago
CMakeLists.txt removing ly_add_target_dependencies 4 years ago
materialeditor_files.cmake AtomTools: Removing unnecessary cmake files and setting up tool variant 4 years ago
materialeditor_win_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
materialeditordocument_files.cmake Moved material editor document system buses and system components to atom tools framework 4 years ago
materialeditorviewport_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
materialeditorwindow_files.cmake Addressing requests 4 years ago