mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 13:21:10 +01:00
Moved the PaintEditorPlugin under the editor folder in the paint module.
This commit is contained in:
parent
6c0008a912
commit
9dda076070
@ -38,5 +38,5 @@ module_env.add_source_files(env.modules_sources,"nodes/paint_canvas.cpp")
|
|||||||
module_env.add_source_files(env.modules_sources,"nodes/paint_project.cpp")
|
module_env.add_source_files(env.modules_sources,"nodes/paint_project.cpp")
|
||||||
|
|
||||||
if 'TOOLS_ENABLED' in env["CPPDEFINES"]:
|
if 'TOOLS_ENABLED' in env["CPPDEFINES"]:
|
||||||
module_env.add_source_files(env.modules_sources,"paint_editor_plugin.cpp")
|
module_env.add_source_files(env.modules_sources,"editor/paint_editor_plugin.cpp")
|
||||||
module_env.add_source_files(env.modules_sources,"editor/paint_inspector_plugin.cpp")
|
module_env.add_source_files(env.modules_sources,"editor/paint_inspector_plugin.cpp")
|
||||||
|
@ -27,9 +27,9 @@ SOFTWARE.
|
|||||||
#include "editor/editor_settings.h"
|
#include "editor/editor_settings.h"
|
||||||
#include "editor/plugins/canvas_item_editor_plugin.h"
|
#include "editor/plugins/canvas_item_editor_plugin.h"
|
||||||
|
|
||||||
#include "./editor/paint_inspector_plugin.h"
|
#include "paint_inspector_plugin.h"
|
||||||
|
|
||||||
#include "nodes/paint_node.h"
|
#include "../nodes/paint_node.h"
|
||||||
|
|
||||||
void PaintEditorPlugin::make_visible(const bool visible) {
|
void PaintEditorPlugin::make_visible(const bool visible) {
|
||||||
}
|
}
|
@ -49,7 +49,7 @@ SOFTWARE.
|
|||||||
#include "nodes/paint_project.h"
|
#include "nodes/paint_project.h"
|
||||||
|
|
||||||
#ifdef TOOLS_ENABLED
|
#ifdef TOOLS_ENABLED
|
||||||
#include "paint_editor_plugin.h"
|
#include "editor/paint_editor_plugin.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void register_paint_types() {
|
void register_paint_types() {
|
||||||
|
Loading…
Reference in New Issue
Block a user