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>2013-06-16 09:13:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-16 09:13:12 +0400
commit72abfbfc9514ff18e5d96e17ef42cc6777b8cf5a (patch)
tree8cce5f0d2b8a30130ebf166fee9f3ca3e13ee461 /source/blender/editors/include
parent07a537eb1a8c5bf9a59c2c4ff551ef0890721d82 (diff)
fix automerge + mirror, previously only the selected verts would auto-merge.
Diffstat (limited to 'source/blender/editors/include')
-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 e3d762dccfb..097ea477501 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -143,7 +143,7 @@ bool BMBVH_EdgeVisible(struct BMBVHTree *tree, struct BMEdge *e,
/* editmesh_select.c */
void EDBM_select_mirrored(struct BMEditMesh *em, bool extend,
int *r_totmirr, int *r_totfail);
-void EDBM_automerge(struct Scene *scene, struct Object *ob, bool update);
+void EDBM_automerge(struct Scene *scene, struct Object *ob, bool update, const char hflag);
bool EDBM_backbuf_border_init(struct ViewContext *vc, short xmin, short ymin, short xmax, short ymax);
int EDBM_backbuf_check(unsigned int index);