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/AtomToolsFramework/Code/Source
Guthrie Adams f8ca427954
Fixed several material editor bugs related to file paths and hot reload prompts (#6374)
* draft

Signed-off-by: Guthrie Adams <guthadam@amazon.com>

* Removes automatic generation of relative paths for external references for materials
Updated material editor functions for creating new materials, creating or saving model or lighting presets, to save to the project asset folder instead of the material folder which is not included in the new templates
Changed function for getting saved file names to handle case where Qt save file dialog adds double extensions if the extension contains a dot

Signed-off-by: Guthrie Adams <guthadam@amazon.com>

* Fixed problems with material editor hot reloading after documents or dependencies changed.
Triggering message boxes within the tick function, which is executed from the main application timer, caused the tick function to be called a second time recursively.
Switched from using the tick bus to a timer so that the documents re opening and dialogs are triggered outside of the main tick.

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
4 years ago
..
Application Made clearing the log file optional and renamed the function 4 years ago
Communication Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Debug Working on making Material Editor able to open materials that have missing textures. 4 years ago
Document Fixed several material editor bugs related to file paths and hot reload prompts (#6374) 4 years ago
DynamicProperty Updated the naming convention for material property "names" vs "IDs". 4 years ago
Inspector Queuing inspector invalidate all to boost performance opening/closing several documents 4 years ago
Platform Linux Fixes for Launching the Material Editor (#4808) 4 years ago
PreviewRenderer Guard against creating a PreviewRenderer with uninitialized RPI. (#5708) 4 years ago
Util Fixed several material editor bugs related to file paths and hot reload prompts (#6374) 4 years ago
Viewport Update modular viewport camera controller interface (#6282) 4 years ago
Window Bug fix for material editor not taking focus when opening a new document from the main editor or outside of the material editor 4 years ago
AtomToolsFrameworkModule.cpp Converted preview renderer to use AZ::Interface 4 years ago
AtomToolsFrameworkModule.h Re-enabled linux tests physics (#5701) 4 years ago
AtomToolsFrameworkSystemComponent.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
AtomToolsFrameworkSystemComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago