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:
authorTon Roosendaal <ton@blender.org>2009-01-20 14:09:26 +0300
committerTon Roosendaal <ton@blender.org>2009-01-20 14:09:26 +0300
commite20e4a7afd081384b4b9e8359de6b51312ba8192 (patch)
tree028abe7ecc6395d2ef1b47ff5d6fbfa83187da77 /source/blender/editors/SConscript
parent8c479bc9332bcb4a3b6b0e47346287f491532729 (diff)
2.5
- Previewrender code back, commented out a lot of bad cruft, nothing works or is linked even! - Added NC_GROUP notifier type, used in editgroup.c and listened to in 3dview and outliner
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 d6b7619ba9f..2af4dc60087 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -13,7 +13,7 @@ SConscript(['datafiles/SConscript',
'curve/SConscript',
'gpencil/SConscript',
#'physics/SConscript', enable this when there is actually code in physics/
- #'preview/SConscript', enable this when there is actually code in preview/
+ 'preview/SConscript'
'space_buttons/SConscript',
'space_file/SConscript',
'space_image/SConscript',