From 75aac463e795d7b8b5b19d55b5620618b176c211 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 13 Jun 2020 15:16:18 +1000 Subject: Cleanup: comments, use bool return value --- source/blender/blenkernel/BKE_curve.h | 4 ++-- 1 file changed, 2 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 81e595aa94d..5ea77058520 100644 --- a/source/blender/blenkernel/BKE_curve.h +++ b/source/blender/blenkernel/BKE_curve.h @@ -331,8 +331,8 @@ void BKE_curve_deform_co(struct Object *ob_curve, struct Object *ob_target, const float orco[3], float vec[3], - float mat[3][3], - const int no_rot_axis); + const int no_rot_axis, + float r_mat[3][3]); /** \} */ -- cgit v1.2.3