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-14 15:16:55 +0300
committerTon Roosendaal <ton@blender.org>2008-12-14 15:16:55 +0300
commita4b6ee672d298a077d6adeac022c6d025d6e082a (patch)
treeef38678c1f2dd499131eb45b362952ff61c2ffc6 /source/blender/editors/SConscript
parent21e01ccac356a9d8e9dee01c48db54e70ededec7 (diff)
2.5
- Added file space (too) :) Andrea was first, this is more complete. - Suggestion from Joshua: move all standard header buttons to 1 function, makes it all easier, less code, and less area/space stuff needs to be exposed.
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 9a1dbe491a7..8c7943a1108 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -17,5 +17,6 @@ SConscript(['datafiles/SConscript',
'space_node/SConscript',
'space_buttons/SConscript',
'space_info/SConscript',
+ 'space_file/SConscript',
'transform/SConscript',
'screen/SConscript'])