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-12-07 05:24:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-07 05:25:53 +0300
commitfff0032a25710da0fb8497f882c9a24a827d9089 (patch)
treedbf8758dc7638a05a30035619ca032596bdfaa96 /source/blender/editors/sculpt_paint/sculpt_transform.c
parent5c3fa5a42474f0a831bcdef03a60f6a84594ccd9 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_transform.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_transform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_transform.c b/source/blender/editors/sculpt_paint/sculpt_transform.c
index 88585745467..f74d59e1987 100644
--- a/source/blender/editors/sculpt_paint/sculpt_transform.c
+++ b/source/blender/editors/sculpt_paint/sculpt_transform.c
@@ -212,8 +212,8 @@ static void sculpt_transform_all_vertices(Sculpt *sd, Object *ob)
sculpt_transform_matrices_init(
ss, symm, ss->filter_cache->transform_displacement_mode, data.transform_mats);
- /* Regular transform applies all symmetry passes at once as it is split by symmetry areas (each
- * vertex can only be transformed once by the transform matix of its area). */
+ /* Regular transform applies all symmetry passes at once as it is split by symmetry areas
+ * (each vertex can only be transformed once by the transform matrix of its area). */
TaskParallelSettings settings;
BKE_pbvh_parallel_range_settings(&settings, true, ss->filter_cache->totnode);
BLI_task_parallel_range(