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:
authorJeroen Bakker <jeroen@blender.org>2022-04-13 16:44:15 +0300
committerJeroen Bakker <jeroen@blender.org>2022-04-13 16:44:15 +0300
commitae13c11a95b423b8ca69cacf18edf6d23a160569 (patch)
treed75ccabd8e1da3421bbfb77fd44907a8c96ad221 /source/blender
parentc6da2a827fdfbda6b3f3a7b42443fe8f37b32879 (diff)
Fix painting on UDIM tiles.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_paint_image.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_paint_image.cc b/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
index 7b6d6091dce..963e84168e0 100644
--- a/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
+++ b/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
@@ -344,8 +344,8 @@ static void do_paint_pixels(void *__restrict userdata,
BKE_image_release_ibuf(data->image_data.image, image_buffer, nullptr);
pixels_updated |= tile_data.flags.dirty;
+ break;
}
- break;
}
}