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 19:02:31 +0300
committerTon Roosendaal <ton@blender.org>2009-01-05 19:02:31 +0300
commit73f852b3acee2e8d372dc478f351c43b20c301ea (patch)
treee9ac966deb8582addcd9b88f6a67a05bd6325b98 /source/blender/editors/armature
parent41ee139c16ad17020ebe6b598e494b6c5abd2252 (diff)
2.5
Linking errors in other compilers; if-nulled the reeb stuff now.
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/editarmature.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c
index c6797bedaeb..e3b9aa03a03 100644
--- a/source/blender/editors/armature/editarmature.c
+++ b/source/blender/editors/armature/editarmature.c
@@ -82,7 +82,10 @@
#include "armature_intern.h"
#include "meshlaplacian.h"
+
+#if 0
#include "reeb.h"
+#endif
extern float center[3], centroid[3]; /* Originally defined in editobject.c */
@@ -4401,7 +4404,7 @@ void transform_armature_mirror_update(Object *obedit)
/*************************************** SKELETON GENERATOR ******************************************/
/*****************************************************************************************************/
-
+#if 0
/**************************************** SUBDIVISION ALGOS ******************************************/
@@ -4969,3 +4972,5 @@ void generateSkeleton(Scene *scene)
//setcursor_space(SPACE_VIEW3D, CURSOR_EDIT);
}
+
+#endif