Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2010-05-10 21:32:11 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2010-05-10 21:32:11 +0400
commit8d9e55122f94712258b1a4e4d6aacff15864fe31 (patch)
tree32e50afac3c9f49055daedf31ea0c4e0dfcf6d02 /source/blender/editors/curve/curve_intern.h
parent50b412939836b3033841fb82918c67ddbcf5c399 (diff)
"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.
Diffstat (limited to 'source/blender/editors/curve/curve_intern.h')
-rw-r--r--source/blender/editors/curve/curve_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/curve/curve_intern.h b/source/blender/editors/curve/curve_intern.h
index d3b377e2a67..a9f9aac70d5 100644
--- a/source/blender/editors/curve/curve_intern.h
+++ b/source/blender/editors/curve/curve_intern.h
@@ -96,7 +96,7 @@ void CURVE_OT_select_previous(struct wmOperatorType *ot);
void CURVE_OT_select_more(struct wmOperatorType *ot);
void CURVE_OT_select_less(struct wmOperatorType *ot);
void CURVE_OT_select_random(struct wmOperatorType *ot);
-void CURVE_OT_select_every_nth(struct wmOperatorType *ot);
+void CURVE_OT_select_nth(struct wmOperatorType *ot);
void CURVE_OT_switch_direction(struct wmOperatorType *ot);
void CURVE_OT_subdivide(struct wmOperatorType *ot);