From 48fd740096c283243498d6271b6bff5da275cb36 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Jun 2013 01:23:51 +0000 Subject: edit-mesh improvements to select shortest path - Ctrl+RMB only worked for edges & faces - Menu item 'Select Shortest Path' only worked for vertices. Now Ctrl+RMB works for vertices and the menu item works for verts/edges/faces (depending on the current selection). --- source/blender/bmesh/intern/bmesh_operators.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/bmesh/intern/bmesh_operators.h') diff --git a/source/blender/bmesh/intern/bmesh_operators.h b/source/blender/bmesh/intern/bmesh_operators.h index efb0c65408b..7f62d4cd21a 100644 --- a/source/blender/bmesh/intern/bmesh_operators.h +++ b/source/blender/bmesh/intern/bmesh_operators.h @@ -110,12 +110,6 @@ enum { SIMVERT_EDGE }; -/* vertex path selection values */ -enum { - VPATH_SELECT_EDGE_LENGTH = 0, - VPATH_SELECT_TOPOLOGICAL -}; - /* Poke face center calculation */ enum { BMOP_POKE_MEAN_WEIGHTED = 0, -- cgit v1.2.3