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 <campbell@blender.org>2022-05-03 08:11:27 +0300
committerCampbell Barton <campbell@blender.org>2022-05-03 08:11:27 +0300
commite62b5e867d164d6ee822e369885d979d94ac4106 (patch)
treea61f2794b0004fd3614511b950fed6aaa0d11e36 /source/blender/editors/gpencil/gpencil_sculpt_paint.c
parentab7379ae62232ebae6ff36ce6ae54ba297418e6c (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_sculpt_paint.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_sculpt_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_sculpt_paint.c b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
index ae40c76916b..01ac02a9a1d 100644
--- a/source/blender/editors/gpencil/gpencil_sculpt_paint.c
+++ b/source/blender/editors/gpencil/gpencil_sculpt_paint.c
@@ -146,7 +146,7 @@ typedef struct tGP_BrushEditData {
float inv_mat[4][4];
RNG *rng;
- /* Automasking strokes. */
+ /* Auto-masking strokes. */
struct GHash *automasking_strokes;
bool automasking_ready;