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
parent5c3fa5a42474f0a831bcdef03a60f6a84594ccd9 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_transform.c4
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h4
2 files changed, 4 insertions, 4 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(
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index 0b432d932ca..ecf8cc0f800 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -51,8 +51,8 @@ typedef struct SpaceOutliner_Runtime {
* Scenes, Blender File, etc.). */
struct TreeDisplay *tree_display;
- /** Pointers to treestore elements, grouped by (id, type, nr)
- * in hashtable for faster searching */
+ /** Pointers to tree-store elements, grouped by `(id, type, nr)`
+ * in hash-table for faster searching. */
struct GHash *treehash;
} SpaceOutliner_Runtime;