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:
authorPhilipp Oeser <info@graphics-engineer.com>2019-07-29 12:14:56 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-07-29 16:24:25 +0300
commitbaff245b9d64b7e2f82f81ef0100237e1c024fbc (patch)
tree1eff7deeba04585c27be778a989fb54bcec5b852 /source/blender/editors/sculpt_paint
parenta7d9e2f57eed6e40df67530b2b769653109f1c6d (diff)
Fix T67860: missing 3d cursor update when picking texture clone location
Reviewers: sergey Maniphest Tasks: T67860 Differential Revision: https://developer.blender.org/D5360
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index 22de22e8e59..1220b071a17 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -5733,6 +5733,7 @@ void paint_proj_stroke(const bContext *C,
return;
}
+ DEG_id_tag_update(&scene->id, ID_RECALC_COPY_ON_WRITE);
ED_region_tag_redraw(ar);
return;