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:
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index dba6044ea66..9c77d44945a 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -11,7 +11,7 @@ SConscript(['datafiles/SConscript',
'mesh/SConscript',
'object/SConscript',
'curve/SConscript',
- #'gpencil/SConscript', enable this when there is actually code in gpencil/
+ 'gpencil/SConscript',
#'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',