From 6d8e25dfdc44ecb068ab73fc52af31683483a663 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 1 Apr 2013 10:18:01 +0000 Subject: code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators) and moved extrude operators into their own file. also move some selection operators from editmesh_tools.c into editmesh_select.c --- source/blender/editors/mesh/editmesh_rip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/mesh/editmesh_rip.c') diff --git a/source/blender/editors/mesh/editmesh_rip.c b/source/blender/editors/mesh/editmesh_rip.c index 0ea02f371f0..23920e7424e 100644 --- a/source/blender/editors/mesh/editmesh_rip.c +++ b/source/blender/editors/mesh/editmesh_rip.c @@ -50,7 +50,7 @@ #include "ED_transform.h" #include "ED_view3d.h" -#include "mesh_intern.h" +#include "mesh_intern.h" /* own include */ /** * helper to find edge for edge_rip, @@ -1049,7 +1049,7 @@ void MESH_OT_rip(wmOperatorType *ot) /* api callbacks */ ot->invoke = edbm_rip_invoke; - ot->poll = EM_view3d_poll; + ot->poll = EDBM_view3d_poll; /* flags */ ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO; -- cgit v1.2.3