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-02-23 12:46:48 +0300
committerCampbell Barton <campbell@blender.org>2022-02-23 12:47:14 +0300
commit66c0fe5b234fad377c21c25dc406309abcd57656 (patch)
treeef16a337c4482f5e009c8e72369a7d8dbcd10580 /source/blender/editors/sculpt_paint/paint_image.cc
parent7393cc1db7abc8fd2c1c37dc13dfc1c85ccffbf6 (diff)
Cleanup: correction to repeated word removal & correct spelling
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_image.cc')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image.cc b/source/blender/editors/sculpt_paint/paint_image.cc
index 9413f872c3a..0c73c2e1f43 100644
--- a/source/blender/editors/sculpt_paint/paint_image.cc
+++ b/source/blender/editors/sculpt_paint/paint_image.cc
@@ -86,7 +86,7 @@ void set_imapaintpartial(struct ImagePaintPartialRedraw *ippr)
imapaintpartial = *ippr;
}
-/* Imagepaint Partial Redraw & Dirty Region */
+/* Image paint Partial Redraw & Dirty Region. */
void ED_imapaint_clear_partial_redraw(void)
{
@@ -356,7 +356,7 @@ void paint_brush_color_get(struct Scene *scene,
break;
}
}
- /* Gradient / Colorband colors are not considered PROP_COLOR_GAMMA.
+ /* Gradient / Color-band colors are not considered #PROP_COLOR_GAMMA.
* Brush colors are expected to be in sRGB though. */
IMB_colormanagement_scene_linear_to_srgb_v3(color_gr);