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 de188870a35..dba6044ea66 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -10,7 +10,7 @@ SConscript(['datafiles/SConscript',
'armature/SConscript',
'mesh/SConscript',
'object/SConscript',
- #'curve/SConscript', enable this when there is actually code in curve/
+ 'curve/SConscript',
#'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/