From b9fa4f7df9ce2559664f9b9a0b6034d0b36661d1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 May 2013 18:33:07 +0000 Subject: workaround for loopselect-slide (with multicut enabled) changing from vertex-select to edge-select. this is needed to slide, but wasn't so nice for users, now restore the original mode. --- source/blender/editors/include/ED_mesh.h | 2 ++ 1 file changed, 2 insertions(+) (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 aa9178ee3fc..65217e09259 100644 --- a/source/blender/editors/include/ED_mesh.h +++ b/source/blender/editors/include/ED_mesh.h @@ -308,6 +308,8 @@ bool ED_mesh_pick_face_vert(struct bContext *C, struct Object *ob, const int mva #define ED_MESH_PICK_DEFAULT_VERT_SIZE 50 #define ED_MESH_PICK_DEFAULT_FACE_SIZE 3 +#define USE_LOOPSLIDE_HACK + #ifdef __cplusplus } #endif -- cgit v1.2.3