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
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/AtomLyIntegration/CommonFeatures Fix issue setting enum values on material component from script 4 years ago
Resources Add newlines to the end of all files 5 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 Add missing runtime dependency to atom ly integration 4 years ago
atomlyintegration_commonfeatures_editor_files.cmake Created custom JSON serializer for editor material component 4 years ago
atomlyintegration_commonfeatures_files.cmake Editor HDR Color Grading Component implemented under the PostFx stack (#4159) 4 years ago
atomlyintegration_commonfeatures_public_files.cmake Editor HDR Color Grading Component implemented under the PostFx stack (#4159) 4 years ago
atomlyintegration_commonfeatures_shared_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago