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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-05 21:05:55 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-05 21:05:55 +0300
commit1e40adddc7c15aa008670fcf387cda56fdef8479 (patch)
tree5b04f6bdf5655607d6fe2d55eb3f4b7bdbda1f57 /source/blender/editors/include/ED_armature.h
parentbdfa652605b0932755a35fa8af02ccd049596847 (diff)
2.5 Modifiers: mesh deform, boolean and decimation work again.
Diffstat (limited to 'source/blender/editors/include/ED_armature.h')
-rw-r--r--source/blender/editors/include/ED_armature.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_armature.h b/source/blender/editors/include/ED_armature.h
index 4898f70201e..5cc35d4ad77 100644
--- a/source/blender/editors/include/ED_armature.h
+++ b/source/blender/editors/include/ED_armature.h
@@ -42,6 +42,7 @@ struct ViewContext;
struct RegionView3D;
struct SK_Sketch;
struct IDProperty;
+struct MeshDeformModifierData;
typedef struct EditBone
{
@@ -162,6 +163,10 @@ char * BIF_nameBoneTemplate(const struct bContext *C);
void BDR_drawSketch(const struct bContext *vc);
int BDR_drawSketchNames(struct ViewContext *vc);
+/* meshlaplacian.c */
+void harmonic_coordinates_bind(struct Scene *scene, struct MeshDeformModifierData *mmd,
+ float *vertexcos, int totvert, float cagemat[][4]);
+
#endif /* ED_ARMATURE_H */