Select Similar for edit-curve

D1381 by @johnroper100 with edits
This commit is contained in:
2015-07-09 02:58:40 +10:00
parent 161bbfcd19
commit ec64bf17e3
4 changed files with 350 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ 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_nth(struct wmOperatorType *ot);
void CURVE_OT_select_similar(struct wmOperatorType *ot);
/* editcurve_add.c */
void CURVE_OT_primitive_bezier_curve_add(struct wmOperatorType *ot);