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
Guthrie Adams c0acbe7bd4 Changed how asset creator generates the asset instance. Instead of finding or creating the asset in the asset manager, one is directly instantiated and only added to the asset manager after creation is complete. This allows for reuse of previously loaded asset ids and will replace or “reload” a pre-existing asset with the newly created one. This also sends although correct notifications.
Changed material document to load a source data are for the parent material as well.  It was also a previously loading the parent material products asset which would be out of date compared to the source data.
Changed material document to track source file dependency changes instead of product asset changes.
Fixed a bug or copy paste error in the document manager that was using the same container to track documents the modified externally and from other dependency changes.
Returning source data dependencies when creating a material asset from source.

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
4 years ago
..
Include/Atom Removed ununeeded includes from EBus EBus.h and Policies.h (#4256) 4 years ago
Source Changed how asset creator generates the asset instance. Instead of finding or creating the asset in the asset manager, one is directly instantiated and only added to the asset manager after creation is complete. This allows for reuse of previously loaded asset ids and will replace or “reload” a pre-existing asset with the newly created one. This also sends although correct notifications. 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