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>2009-10-13 11:39:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-13 11:39:08 +0400
commit4063c230af188167d0b8471d5700fe060c8420f6 (patch)
treecb5b3b1c18ee33ad89608b5cb1336efee73e4caf /source/blender/editors/include/ED_mesh.h
parent4b593ce328e4832cb69f56669239573eb72cf862 (diff)
fix for warnings, wkey menu wasnt registered
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index 144d29a4405..ed8d366ab8b 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -160,6 +160,8 @@ void EM_reveal_mesh(struct EditMesh *em);
void EM_select_by_material(struct EditMesh *em, int index);
void EM_deselect_by_material(struct EditMesh *em, int index);
+void EM_automerge(struct Scene *scene, struct Object *obedit, int update);
+
/* editface.c */
struct MTFace *EM_get_active_mtface(struct EditMesh *em, struct EditFace **act_efa, struct MCol **mcol, int sloppy);