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/Source/Window
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
..
CreateMaterialDialog Fixed several material editor bugs related to file paths and hot reload prompts (#6374) 4 years ago
HelpDialog Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Icons updated material editor skybox and changed property icons 4 years ago
MaterialInspector updated material editor skybox and changed property icons 4 years ago
PerformanceMonitor Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PresetBrowserDialogs Moved asynchronous image loading function to atom tools framework 4 years ago
SettingsDialog Updated the naming convention for material property "names" vs "IDs". 4 years ago
ToolBar updated material editor skybox and changed property icons 4 years ago
ViewportSettingsInspector Fixed several material editor bugs related to file paths and hot reload prompts (#6374) 4 years ago
MaterialBrowserWidget.cpp Moved material editor document system buses and system components to atom tools framework 5 years ago
MaterialBrowserWidget.h Moved material editor document system buses and system components to atom tools framework 5 years ago
MaterialBrowserWidget.ui Initial commit 5 years ago
MaterialEditor.qrc Material Editor: Added alternate skybox toggle to the toolbar 4 years ago
MaterialEditor.qss Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MaterialEditorBrowserInteractions.cpp Fixed several material editor bugs related to file paths and hot reload prompts (#6374) 4 years ago
MaterialEditorBrowserInteractions.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MaterialEditorWindow.cpp Fix unused warnings release (#3677) 5 years ago
MaterialEditorWindow.h restored view menu entries for dock widgets 5 years ago
MaterialEditorWindowComponent.cpp move main window bus reflection to atom tools 5 years ago
MaterialEditorWindowComponent.h Bug fix (updating WindowComponent) 5 years ago
MaterialEditorWindowModule.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MaterialEditorWindowSettings.cpp Moved material editor document system buses and system components to atom tools framework 5 years ago