eb51cd4c06
Consolidated duplicate asset browser code from multiple tools into single class in atom tools framework Moved creation of asset browser and Python terminal windows into base main window class Fixed docked window orientations Added checks to asset browser to prevent crashes if tree state saver was null Signed-off-by: Guthrie Adams <guthadam@amazon.com>
53 lines
2.5 KiB
CMake
53 lines
2.5 KiB
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project.
|
|
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
Include/Atom/Window/MaterialEditorWindowModule.h
|
|
Include/Atom/Window/MaterialEditorWindowSettings.h
|
|
Source/Window/MaterialEditorBrowserInteractions.h
|
|
Source/Window/MaterialEditorBrowserInteractions.cpp
|
|
Source/Window/MaterialEditorWindow.h
|
|
Source/Window/MaterialEditorWindow.cpp
|
|
Source/Window/MaterialEditorWindowModule.cpp
|
|
Source/Window/MaterialEditorWindowSettings.cpp
|
|
Source/Window/MaterialEditor.qrc
|
|
Source/Window/MaterialEditor.qss
|
|
Source/Window/MaterialEditorWindowComponent.h
|
|
Source/Window/MaterialEditorWindowComponent.cpp
|
|
Source/Window/SettingsDialog/SettingsDialog.cpp
|
|
Source/Window/SettingsDialog/SettingsDialog.h
|
|
Source/Window/SettingsDialog/SettingsWidget.cpp
|
|
Source/Window/SettingsDialog/SettingsWidget.h
|
|
Source/Window/CreateMaterialDialog/CreateMaterialDialog.cpp
|
|
Source/Window/CreateMaterialDialog/CreateMaterialDialog.h
|
|
Source/Window/CreateMaterialDialog/CreateMaterialDialog.ui
|
|
Source/Window/PresetBrowserDialogs/PresetBrowserDialog.cpp
|
|
Source/Window/PresetBrowserDialogs/PresetBrowserDialog.h
|
|
Source/Window/PresetBrowserDialogs/PresetBrowserDialog.ui
|
|
Source/Window/PresetBrowserDialogs/LightingPresetBrowserDialog.cpp
|
|
Source/Window/PresetBrowserDialogs/LightingPresetBrowserDialog.h
|
|
Source/Window/PresetBrowserDialogs/ModelPresetBrowserDialog.cpp
|
|
Source/Window/PresetBrowserDialogs/ModelPresetBrowserDialog.h
|
|
Source/Window/PerformanceMonitor/PerformanceMonitorWidget.cpp
|
|
Source/Window/PerformanceMonitor/PerformanceMonitorWidget.h
|
|
Source/Window/PerformanceMonitor/PerformanceMonitorWidget.ui
|
|
Source/Window/ToolBar/MaterialEditorToolBar.h
|
|
Source/Window/ToolBar/MaterialEditorToolBar.cpp
|
|
Source/Window/ToolBar/ModelPresetComboBox.h
|
|
Source/Window/ToolBar/ModelPresetComboBox.cpp
|
|
Source/Window/ToolBar/LightingPresetComboBox.h
|
|
Source/Window/ToolBar/LightingPresetComboBox.cpp
|
|
Source/Window/MaterialInspector/MaterialInspector.h
|
|
Source/Window/MaterialInspector/MaterialInspector.cpp
|
|
Source/Window/ViewportSettingsInspector/ViewportSettingsInspector.h
|
|
Source/Window/ViewportSettingsInspector/ViewportSettingsInspector.cpp
|
|
Source/Window/HelpDialog/HelpDialog.h
|
|
Source/Window/HelpDialog/HelpDialog.cpp
|
|
Source/Window/HelpDialog/HelpDialog.ui
|
|
)
|