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>2020-06-13 08:16:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-13 08:16:18 +0300
commit75aac463e795d7b8b5b19d55b5620618b176c211 (patch)
treef487bf7d497a7e5fb7a7c348f012ea9c01931d96 /source/blender/blenkernel/BKE_curve.h
parent1754828e33bea1d288cfbdc9aeaafeb0109ef50b (diff)
Cleanup: comments, use bool return value
Diffstat (limited to 'source/blender/blenkernel/BKE_curve.h')
-rw-r--r--source/blender/blenkernel/BKE_curve.h4
1 files changed, 2 insertions, 2 deletions
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]);
/** \} */