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-03-14 06:25:32 +0300
committerCampbell Barton <campbell@blender.org>2022-03-14 06:25:32 +0300
commita5571fd0e8cddeb19fd7191896bc57ded44bdd7d (patch)
treedb33b6c5456555f19d4a2691090235103f256257 /source/blender/editors/gpencil/gpencil_paint.c
parent6ea1455ce3cf570fa6820ec6599286935ca494a4 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_paint.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_paint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index 22bdc1af119..e76650e0439 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -1114,7 +1114,8 @@ static void gpencil_stroke_newfrombuffer(tGPsdata *p)
}
if (found_depth == false) {
- /* eeh... not much we can do.. :/, ignore depth in this case, use the 3D cursor */
+ /* Unfortunately there is not much we can do when the depth isn't found,
+ * ignore depth in this case, use the 3D cursor. */
for (i = gpd->runtime.sbuffer_used - 1; i >= 0; i--) {
depth_arr[i] = 0.9999f;
}