From 2964c4e1d08836b0ef2d0382579e8da173650b24 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Dec 2021 11:30:03 +1100 Subject: Cleanup: spelling in comments --- source/blender/blenkernel/BKE_armature.h | 4 ++-- source/blender/blenkernel/BKE_geometry_set.hh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender') diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h index aaf6c540878..fcba7d9d365 100644 --- a/source/blender/blenkernel/BKE_armature.h +++ b/source/blender/blenkernel/BKE_armature.h @@ -401,8 +401,8 @@ void BKE_bone_parent_transform_apply(const struct BoneParentTransform *bpt, * * Construct the matrices (rot/scale and loc) * to apply the PoseChannels into the armature (object) space. - * I.e. (roughly) the "pose_mat(b-1) * yoffs(b-1) * d_root(b) * bone_mat(b)" in the - * pose_mat(b)= pose_mat(b-1) * yoffs(b-1) * d_root(b) * bone_mat(b) * chan_mat(b) + * I.e. (roughly) the `pose_mat(b-1) * yoffs(b-1) * d_root(b) * bone_mat(b)` in the + * `pose_mat(b)= pose_mat(b-1) * yoffs(b-1) * d_root(b) * bone_mat(b) * chan_mat(b)` * ...function. * * This allows to get the transformations of a bone in its object space, diff --git a/source/blender/blenkernel/BKE_geometry_set.hh b/source/blender/blenkernel/BKE_geometry_set.hh index 1399da0219c..7d33cb81f0f 100644 --- a/source/blender/blenkernel/BKE_geometry_set.hh +++ b/source/blender/blenkernel/BKE_geometry_set.hh @@ -264,7 +264,7 @@ inline constexpr bool is_geometry_component_v = std::is_base_of_v