From 8d9e55122f94712258b1a4e4d6aacff15864fe31 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 10 May 2010 17:32:11 +0000 Subject: "Every Nth number of Points" operator for curves/surfaces This is replacement of old "Select every Nth" operator with de-select strategy to make the same behaviour as for meshes. --- source/blender/editors/curve/curve_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/curve/curve_ops.c') diff --git a/source/blender/editors/curve/curve_ops.c b/source/blender/editors/curve/curve_ops.c index e0340ce67c6..fa341ee19ef 100644 --- a/source/blender/editors/curve/curve_ops.c +++ b/source/blender/editors/curve/curve_ops.c @@ -111,7 +111,7 @@ void ED_operatortypes_curve(void) WM_operatortype_append(CURVE_OT_select_more); WM_operatortype_append(CURVE_OT_select_less); WM_operatortype_append(CURVE_OT_select_random); - WM_operatortype_append(CURVE_OT_select_every_nth); + WM_operatortype_append(CURVE_OT_select_nth); WM_operatortype_append(CURVE_OT_switch_direction); WM_operatortype_append(CURVE_OT_subdivide); -- cgit v1.2.3