From 1fe21f7e8f2f12b8b0707609e132b53fcc842f9e Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 5 Jan 2009 15:19:31 +0000 Subject: 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! :) --- source/blender/editors/space_outliner/outliner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner') 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" -- cgit v1.2.3