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-05 18:19:31 +0300
committerTon Roosendaal <ton@blender.org>2009-01-05 18:19:31 +0300
commit1fe21f7e8f2f12b8b0707609e132b53fcc842f9e (patch)
tree86e236a007aa35b0af3b2f606066a751d2d541a4 /source/blender/editors/space_outliner
parentdf20a12728626372de8a5eb127e57cb2cca40649 (diff)
2.5
Put back Armature/Pose code, including 'heat weight'. I've added reeb.h to get things compile, but Martin will cleanup files and put back? Now where to put all vertexgroup code.... I guess mesh? Note for msvc: yep, another new dir to add! :)
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c
index 3e8fc31977a..743f1edba3e 100644
--- a/source/blender/editors/space_outliner/outliner.c
+++ b/source/blender/editors/space_outliner/outliner.c
@@ -87,7 +87,6 @@
#include "BIF_gl.h"
#include "BIF_glutil.h"
-#include "BIF_editarmature.h"
#include "UI_interface.h"
#include "UI_interface_icons.h"
@@ -97,6 +96,7 @@
#include "RNA_access.h"
+#include "ED_armature.h"
#include "ED_object.h"
#include "outliner_intern.h"