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! :)
This commit is contained in:
2009-01-05 15:19:31 +00:00
parent df20a12728
commit 1fe21f7e8f
33 changed files with 9157 additions and 254 deletions

View File

@@ -57,7 +57,6 @@
//#include "BIF_mywindow.h"
#include "BIF_gl.h"
//#include "BIF_editaction.h"
#include "BIF_editarmature.h"
//#include "BIF_editmesh.h"
//#include "BIF_editnla.h"
//#include "BIF_editsima.h"
@@ -87,6 +86,7 @@
#include "BKE_utildefines.h"
#include "BKE_context.h"
#include "ED_armature.h"
#include "ED_view3d.h"
#include "ED_mesh.h"