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:
authorBastien Montagne <bastien@blender.org>2020-12-07 12:57:08 +0300
committerBastien Montagne <bastien@blender.org>2020-12-07 12:57:27 +0300
commit2072134faadf4fd901c88ed7440e2289d61e0299 (patch)
tree418ebfecf1fa54237454d76bd303db390a65a8b8 /source/blender/editors/sculpt_paint/sculpt_pose.c
parent7d2745f8b3bf2db6edcf6af388ef4958ebd2f1b8 (diff)
UI: Fix mistakes in UI messages.
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_pose.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_pose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_pose.c b/source/blender/editors/sculpt_paint/sculpt_pose.c
index 4b318a05591..1bf9ba60073 100644
--- a/source/blender/editors/sculpt_paint/sculpt_pose.c
+++ b/source/blender/editors/sculpt_paint/sculpt_pose.c
@@ -1197,7 +1197,7 @@ void SCULPT_do_pose_brush(Sculpt *sd, Object *ob, PBVHNode **nodes, int totnode)
quat_to_mat4(ik_chain->segments[i].trans_mat[symm_it], symm_rot);
}
- /* Apply segement scale to the transform. */
+ /* Apply segment scale to the transform. */
for (int scale_i = 0; scale_i < 3; scale_i++) {
mul_v3_fl(ik_chain->segments[i].trans_mat[symm_it][scale_i],
ik_chain->segments[i].scale[scale_i]);