From fe0036c586d334a17a0b6bc008790749f58273be Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 15 May 2020 22:48:00 +1000 Subject: Fix T76563: Transforming an auto-aligned point won't set it aligned When local origins are used or a single control point is selected, change the handle types from auto to aligned. --- source/blender/blenkernel/BKE_curve.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/BKE_curve.h') diff --git a/source/blender/blenkernel/BKE_curve.h b/source/blender/blenkernel/BKE_curve.h index 164867b228b..b919db0017c 100644 --- a/source/blender/blenkernel/BKE_curve.h +++ b/source/blender/blenkernel/BKE_curve.h @@ -259,8 +259,9 @@ void BKE_nurb_handles_calc(struct Nurb *nu); void BKE_nurb_handles_autocalc(struct Nurb *nu, int flag); void BKE_nurb_bezt_handle_test(struct BezTriple *bezt, const eBezTriple_Flag__Alias sel_flag, - const bool use_handle); -void BKE_nurb_handles_test(struct Nurb *nu, const bool use_handles); + const bool use_handle, + const bool use_around_local); +void BKE_nurb_handles_test(struct Nurb *nu, const bool use_handles, const bool use_around_local); /* **** Depsgraph evaluation **** */ -- cgit v1.2.3