From 143f6c4bb24a88f76fe9823d6ad461896f3a76af Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 2 May 2016 18:11:09 +1000 Subject: Curve: new dissolve tool removes vertices, re-fitting the surrounding handles. --- 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 d63616e4f43..856573ffab0 100644 --- a/source/blender/editors/curve/curve_intern.h +++ b/source/blender/editors/curve/curve_intern.h @@ -102,6 +102,7 @@ void CURVE_OT_separate(struct wmOperatorType *ot); void CURVE_OT_split(struct wmOperatorType *ot); void CURVE_OT_duplicate(struct wmOperatorType *ot); void CURVE_OT_delete(struct wmOperatorType *ot); +void CURVE_OT_dissolve_verts(struct wmOperatorType *ot); void CURVE_OT_spline_type_set(struct wmOperatorType *ot); void CURVE_OT_radius_set(struct wmOperatorType *ot); -- cgit v1.2.3