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-12 21:47:12 +0300
committerTon Roosendaal <ton@blender.org>2008-12-12 21:47:12 +0300
commita46ddac1a979b2b94cf3a46c4b6a738841b025dc (patch)
tree420cc36b4cfc61b6d614f79e267cbcf17e46a6f0 /source/blender/editors/space_api
parentfaf7965b3ca383d5b9504b644dff2ea40a55eb26 (diff)
2.5
- Added rudimentary support for Ipo window (Joshua can check on view2d issues for this? :) - removed ED_area.h, added ED_space_api.h
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/space.c1
-rw-r--r--source/blender/editors/space_api/spacetypes.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/editors/space_api/space.c b/source/blender/editors/space_api/space.c
index df844dc527d..1d9e3ac97ff 100644
--- a/source/blender/editors/space_api/space.c
+++ b/source/blender/editors/space_api/space.c
@@ -37,7 +37,6 @@
#include "BKE_global.h"
#include "BKE_screen.h"
-#include "ED_area.h"
#include "ED_screen.h"
/* */
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index 8997daf3a7f..6b13bcad3d6 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -38,7 +38,7 @@
#include "BIF_gl.h"
#include "ED_screen.h"
-#include "ED_area.h"
+#include "ED_space_api.h"
ARegionType *ED_regiontype_from_id(SpaceType *st, int regionid)
@@ -64,7 +64,7 @@ void ED_spacetypes_init(void)
ED_spacetype_outliner();
ED_spacetype_time();
ED_spacetype_view3d();
-// ED_spacetype_ipo();
+ ED_spacetype_ipo();
// ...
/* register operator types for screen and all spaces */