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/bmesh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/bmesh/bmesh.h') diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h index de78e192ebb..022dfe452e7 100644 --- a/source/blender/bmesh/bmesh.h +++ b/source/blender/bmesh/bmesh.h @@ -271,6 +271,7 @@ extern "C" { #include "tools/bmesh_bevel.h" #include "tools/bmesh_decimate.h" +#include "tools/bmesh_path.h" #include "tools/bmesh_triangulate.h" #ifdef __cplusplus -- cgit v1.2.3