From baff245b9d64b7e2f82f81ef0100237e1c024fbc Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Mon, 29 Jul 2019 11:14:56 +0200 Subject: [PATCH] Fix T67860: missing 3d cursor update when picking texture clone location Reviewers: sergey Maniphest Tasks: T67860 Differential Revision: https://developer.blender.org/D5360 --- source/blender/editors/sculpt_paint/paint_image_proj.c | 1 + 1 file changed, 1 insertion(+) 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;