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>2008-12-13 21:09:49 +0300
committerTon Roosendaal <ton@blender.org>2008-12-13 21:09:49 +0300
commit04e264a7a22303ad61940a849a93735f06a5893a (patch)
tree2b3624042f5ba5e69eeae1f3a39f8f0f34f0a627 /source/blender/editors/SConscript
parente0ab792cf6d831c4c6d93cf5a6a8f2fac77ec8f9 (diff)
2.5
The basics for Node Space.... no complaints sofar :)
Diffstat (limited to 'source/blender/editors/SConscript')
-rw-r--r--source/blender/editors/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/SConscript b/source/blender/editors/SConscript
index af6e157e1ed..2023439352f 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -13,5 +13,6 @@ SConscript(['datafiles/SConscript',
'space_view3d/SConscript',
'space_ipo/SConscript',
'space_image/SConscript',
+ 'space_node/SConscript',
'transform/SConscript',
'screen/SConscript'])