Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/editors/SConscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index bcdb295e008..de188870a35 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -10,10 +10,10 @@ SConscript(['datafiles/SConscript',
'armature/SConscript',
'mesh/SConscript',
'object/SConscript',
- 'curve/SConscript',
- 'gpencil/SConscript',
- 'physics/SConscript',
- 'preview/SConscript',
+ #'curve/SConscript', enable this when there is actually code in curve/
+ #'gpencil/SConscript', enable this when there is actually code in gpencil/
+ #'physics/SConscript', enable this when there is actually code in physics/
+ #'preview/SConscript', enable this when there is actually code in preview/
'space_buttons/SConscript',
'space_file/SConscript',
'space_image/SConscript',