Merge branch 'blender-v2.82-release'

This commit is contained in:
Campbell Barton
2020-02-11 17:20:31 +11:00

View File

@@ -545,7 +545,7 @@ void paint_sample_color(
}
ImBuf *ibuf = BKE_image_acquire_ibuf(image, &iuser, NULL);
if (ibuf && ibuf->rect) {
if (ibuf && (ibuf->rect || ibuf->rect_float)) {
sample_success = true;
u = u * ibuf->x;