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:
authorCampbell Barton <ideasman42@gmail.com>2013-12-13 19:32:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-13 19:53:19 +0400
commitc456cd94b23af53b53ac13219ea488ed6e7eb5c2 (patch)
treedf6e47ecd7eeab4b38c4d1121ec5a8c461b53974 /source/blender/editors/curve/curve_intern.h
parent52c5365c002acbaa45be28928ab117b394e3d380 (diff)
Curve Handle Recalculate (Ctrl+N)
T37799 Patch from Simon Repp with added option to recalculate handle lengths.
Diffstat (limited to 'source/blender/editors/curve/curve_intern.h')
-rw-r--r--source/blender/editors/curve/curve_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/curve/curve_intern.h b/source/blender/editors/curve/curve_intern.h
index 3ee83c20852..ecadb579fe2 100644
--- a/source/blender/editors/curve/curve_intern.h
+++ b/source/blender/editors/curve/curve_intern.h
@@ -88,6 +88,7 @@ void CURVE_OT_spline_type_set(struct wmOperatorType *ot);
void CURVE_OT_radius_set(struct wmOperatorType *ot);
void CURVE_OT_spline_weight_set(struct wmOperatorType *ot);
void CURVE_OT_handle_type_set(struct wmOperatorType *ot);
+void CURVE_OT_normals_make_consistent(struct wmOperatorType *ot);
void CURVE_OT_shade_smooth(struct wmOperatorType *ot);
void CURVE_OT_shade_flat(struct wmOperatorType *ot);
void CURVE_OT_tilt_clear(struct wmOperatorType *ot);