From 415d3ee05bfa51d7a71fa8417682e38186915776 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 11 Jul 2020 22:03:27 +1000 Subject: UV: add path select operator that uses the selection Instead of using the mouse cursor position, this selects between existing selected elements. Access this since picking a selection path doesn't work from the menu. --- source/blender/editors/uvedit/uvedit_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/uvedit/uvedit_intern.h') diff --git a/source/blender/editors/uvedit/uvedit_intern.h b/source/blender/editors/uvedit/uvedit_intern.h index 8b99292029e..6a5f5162dff 100644 --- a/source/blender/editors/uvedit/uvedit_intern.h +++ b/source/blender/editors/uvedit/uvedit_intern.h @@ -111,6 +111,7 @@ void UV_OT_stitch(struct wmOperatorType *ot); /* uvedit_path.c */ void UV_OT_shortest_path_pick(struct wmOperatorType *ot); +void UV_OT_shortest_path_select(struct wmOperatorType *ot); /* uvedit_select.c */ -- cgit v1.2.3