From cdbb60b0a38fa54d58b9ebcf29bd060c0f1b885c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Jul 2015 13:14:09 +1000 Subject: Select Shortest Path for edit-curve D1391 by @pink.vertex with own fixes/edits --- source/blender/editors/curve/curve_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/curve/curve_intern.h') diff --git a/source/blender/editors/curve/curve_intern.h b/source/blender/editors/curve/curve_intern.h index 86d7c4e8cb9..29904bf2344 100644 --- a/source/blender/editors/curve/curve_intern.h +++ b/source/blender/editors/curve/curve_intern.h @@ -151,6 +151,7 @@ void CURVE_OT_select_less(struct wmOperatorType *ot); void CURVE_OT_select_random(struct wmOperatorType *ot); void CURVE_OT_select_nth(struct wmOperatorType *ot); void CURVE_OT_select_similar(struct wmOperatorType *ot); +void CURVE_OT_shortest_path_pick(struct wmOperatorType *ot); /* editcurve_add.c */ void CURVE_OT_primitive_bezier_curve_add(struct wmOperatorType *ot); -- cgit v1.2.3