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-02-03 15:04:05 +0300
committerTon Roosendaal <ton@blender.org>2009-02-03 15:04:05 +0300
commit267a555fef64d2b2a60433e4ad9b68191fefcc8a (patch)
treed656994815a3dde944e3d4461bcbe2bdf8576795 /source/blender/editors/SConscript
parentafe28a1a61421b5cc8edc58376b452f697361488 (diff)
2.5
As creator of the Ipo I also reserve to right to kick it out definitely :) To honour the wonderful contributions from Joshua here it is; renamed space_ipo to space_graph! Note; make, cmake and scons should work, msvc will require some work now!
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 fc71319afa1..8346092976e 100644
--- a/source/blender/editors/SConscript
+++ b/source/blender/editors/SConscript
@@ -18,7 +18,7 @@ SConscript(['datafiles/SConscript',
'space_file/SConscript',
'space_image/SConscript',
'space_info/SConscript',
- 'space_ipo/SConscript',
+ 'space_graph/SConscript',
'space_node/SConscript',
'space_outliner/SConscript',
'space_time/SConscript',