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/armature/meshlaplacian.h
parentbdfa652605b0932755a35fa8af02ccd049596847 (diff)
2.5 Modifiers: mesh deform, boolean and decimation work again.
Diffstat (limited to 'source/blender/editors/armature/meshlaplacian.h')
-rw-r--r--source/blender/editors/armature/meshlaplacian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/meshlaplacian.h b/source/blender/editors/armature/meshlaplacian.h
index 00c0aefaec7..1ee01561cd4 100644
--- a/source/blender/editors/armature/meshlaplacian.h
+++ b/source/blender/editors/armature/meshlaplacian.h
@@ -79,7 +79,7 @@ void rigid_deform_end(int cancel);
/* Harmonic Coordinates */
void harmonic_coordinates_bind(struct Scene *scene, struct MeshDeformModifierData *mmd,
- float (*vertexcos)[3], int totvert, float cagemat[][4]);
+ float *vertexcos, int totvert, float cagemat[][4]);
#endif