"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.
This commit is contained in:
2010-05-10 17:32:11 +00:00
parent 50b4129398
commit 8d9e55122f
5 changed files with 113 additions and 20 deletions

View File

@@ -71,5 +71,7 @@ void free_editText (struct Object *obedit);
void ED_text_to_object(struct bContext *C, struct Text *text, int split_lines);
int CU_select_nth(struct Object *obedit, int nth);
#endif /* ED_CURVE_H */