Merge branch 'blender-v2.83-release'

This commit is contained in:
Philipp Oeser 2020-04-30 09:55:31 +02:00
commit 328da12598
1 changed files with 4 additions and 0 deletions

View File

@ -388,6 +388,10 @@ void paint_brush_color_get(struct Scene *scene,
break;
}
}
/* Gradient / Colorband 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);
copy_v3_v3(color, color_gr);
}
else {