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-30 23:54:34 +0300
committerMartin Poirier <theeth@yahoo.com>2007-11-30 23:54:34 +0300
commit84eb745b009170f934a9ac648a30da00bb9f21ab (patch)
tree1697c3098f2749e973c8c5a0e9cca9c0fd4c7e33 /source/blender/include/reeb.h
parent653f064e71e23037fd3ae8d20890de3f4cc7adb9 (diff)
Adding missing declaration in header and removing some debug prints.
Diffstat (limited to 'source/blender/include/reeb.h')
-rw-r--r--source/blender/include/reeb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/reeb.h b/source/blender/include/reeb.h
index c0d2340bdf8..c8352aedec5 100644
--- a/source/blender/include/reeb.h
+++ b/source/blender/include/reeb.h
@@ -87,6 +87,7 @@ struct EditMesh;
int weightToHarmonic(struct EditMesh *em);
int weightFromDistance(struct EditMesh *em);
int weightFromLoc(struct EditMesh *me, int axis);
+void weightToVCol(struct EditMesh *em);
void renormalizeWeight(struct EditMesh *em, float newmax);
ReebGraph * generateReebGraph(struct EditMesh *me, int subdivisions);