2022-04-15 00:00:46 +02:00
|
|
|
import os
|
|
|
|
|
|
|
|
Import('env')
|
|
|
|
|
|
|
|
module_env = env.Clone()
|
|
|
|
|
|
|
|
module_env.add_source_files(env.modules_sources,"register_types.cpp")
|
|
|
|
|
2022-04-16 01:25:02 +02:00
|
|
|
module_env.add_source_files(env.modules_sources,"paint_utilities.cpp")
|
|
|
|
|
|
|
|
module_env.add_source_files(env.modules_sources,"actions/paint_action.cpp")
|
|
|
|
|
|
|
|
|
|
|
|
module_env.add_source_files(env.modules_sources,"paint_canvas_layer.cpp")
|
|
|
|
|
|
|
|
module_env.add_source_files(env.modules_sources,"paint_canvas_outline.cpp")
|
|
|
|
module_env.add_source_files(env.modules_sources,"paint_color_grid.cpp")
|
|
|
|
module_env.add_source_files(env.modules_sources,"paint_layer_button.cpp")
|
|
|
|
|
|
|
|
|
2022-04-15 00:00:46 +02:00
|
|
|
#module_env.add_source_files(env.modules_sources,"plugin/mdr_import_plugin_base.cpp")
|
|
|
|
|
|
|
|
#if 'TOOLS_ENABLED' in env["CPPDEFINES"]:
|
|
|
|
# module_env.add_source_files(env.modules_sources,"plugin_gltf/editor_import_gltf_mdr.cpp")
|