From e006d187f4d1c84e78d47c98df577e9165dddf82 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 21 Nov 2010 18:50:53 +0000 Subject: Applying patch #24822: Select linked for curves as for meshes, CTRL + L version With some own changes: - Select pick moved to invoke() - Used editsurfcurve_region_view3d as poll function for this operator due to ogl dependency Thanks to Elia Sarti (vekoon)! --- 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 2567494ddf3..171659a70df 100644 --- a/source/blender/editors/curve/curve_intern.h +++ b/source/blender/editors/curve/curve_intern.h @@ -106,6 +106,7 @@ void CURVE_OT_de_select_last(struct wmOperatorType *ot); void CURVE_OT_select_all(struct wmOperatorType *ot); void CURVE_OT_select_inverse(struct wmOperatorType *ot); void CURVE_OT_select_linked(struct wmOperatorType *ot); +void CURVE_OT_select_linked_pick(struct wmOperatorType *ot); void CURVE_OT_select_row(struct wmOperatorType *ot); void CURVE_OT_select_next(struct wmOperatorType *ot); void CURVE_OT_select_previous(struct wmOperatorType *ot); -- cgit v1.2.3