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:
authorCampbell Barton <ideasman42@gmail.com>2010-02-17 22:50:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-17 22:50:42 +0300
commitc72ab0a39e2b0894c3ae0d27afeb0779b947853a (patch)
treeadb3f903dadbc8fb87e49adce0798cfff0af5591 /source/blender/editors/include/ED_mesh.h
parent1a6f683b437ff4aa79b7f122b590acd6fce2fc54 (diff)
topology based mirror, (from apricot branch)
- correct errors with non-mirrored meshes - mirror weight paint on asymmetrical meshes
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index cf2d16574df..886da0820a2 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -78,7 +78,7 @@ struct rcti;
/* meshtools.c */
intptr_t mesh_octree_table(struct Object *ob, struct EditMesh *em, float *co, char mode);
-struct EditVert *editmesh_get_x_mirror_vert(struct Object *ob, struct EditMesh *em, float *co);
+struct EditVert *editmesh_get_x_mirror_vert(struct Object *ob, struct EditMesh *em, struct EditVert *eve, float *co, int index);
int mesh_get_x_mirror_vert(struct Object *ob, int index);
int *mesh_get_x_mirror_faces(struct Object *ob, struct EditMesh *em);