From 9d7abce359f60eefb78e5edaf21aa24322a6f511 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Jan 2020 14:45:01 +1100 Subject: BMesh: remove BMEditMesh.ob use for select mirror --- source/blender/editors/include/ED_mesh.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h index e398e5def9e..e1330f8b9e7 100644 --- a/source/blender/editors/include/ED_mesh.h +++ b/source/blender/editors/include/ED_mesh.h @@ -154,8 +154,12 @@ void EDBM_automerge_and_split(struct Object *ob, void ED_mesh_undosys_type(struct UndoType *ut); /* editmesh_select.c */ -void EDBM_select_mirrored( - struct BMEditMesh *em, const int axis, const bool extend, int *r_totmirr, int *r_totfail); +void EDBM_select_mirrored(struct BMEditMesh *em, + const struct Mesh *me, + const int axis, + const bool extend, + int *r_totmirr, + int *r_totfail); struct BMVert *EDBM_vert_find_nearest_ex(struct ViewContext *vc, float *r_dist, -- cgit v1.2.3