From 5ea45a1385a2bc71be572fd7923c508edb70eaa2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Oct 2007 21:47:55 +0000 Subject: Mesh edit option 'AutoMerge' - access from the mesh menu, basically runs remove doubles after transform. but only merges unselected verts into selected verts, so it wont merge verts your not editing. --- source/blender/include/editmesh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/include/editmesh.h') diff --git a/source/blender/include/editmesh.h b/source/blender/include/editmesh.h index ba96dff5aca..1b2d91e22b8 100644 --- a/source/blender/include/editmesh.h +++ b/source/blender/include/editmesh.h @@ -90,6 +90,7 @@ extern int convex(float *v1, float *v2, float *v3, float *v4); /* ******************* editmesh_mods.c */ extern EditEdge *findnearestedge(int *dist); +extern void EM_automerge(int update); /** * findnearestvert -- cgit v1.2.3