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:
authorMartin Poirier <theeth@yahoo.com>2007-11-15 00:26:22 +0300
committerMartin Poirier <theeth@yahoo.com>2007-11-15 00:26:22 +0300
commit45e14ed270c1d64c46a4f5423184d07e995a2e44 (patch)
tree1c763a0b558349d6c6f2b9303ba95c5895baf083 /source/blender/src/reeb.c
parent166cc3110d6c1d3c648a99cdc56c1137b913bfe4 (diff)
small debug code and cursor change on start.
Diffstat (limited to 'source/blender/src/reeb.c')
-rw-r--r--source/blender/src/reeb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/src/reeb.c b/source/blender/src/reeb.c
index 995ba7d577b..d836b4ca25e 100644
--- a/source/blender/src/reeb.c
+++ b/source/blender/src/reeb.c
@@ -32,6 +32,7 @@
#include "DNA_listBase.h"
#include "DNA_scene_types.h"
+#include "DNA_space_types.h"
#include "DNA_meshdata_types.h"
#include "MEM_guardedalloc.h"
@@ -47,6 +48,7 @@
#include "BIF_editarmature.h"
#include "BIF_interface.h"
#include "BIF_toolbox.h"
+#include "BIF_graphics.h"
#include "BKE_global.h"
#include "BKE_utildefines.h"
@@ -1929,8 +1931,12 @@ void generateSkeleton(void)
if (em == NULL)
return;
+ setcursor_space(SPACE_VIEW3D, CURSOR_WAIT);
+
weightFromDistance(em);
+ printf("-------------- DISTANCE\n");
weightToHarmonic(em);
+ printf("-------------- HARMONIC\n");
renormalizeWeight(em, 1.0f);
weightToVCol(em);