Commit: baff245b9d64b7e2f82f81ef0100237e1c024fbc Author: Philipp Oeser Date: Mon Jul 29 11:14:56 2019 +0200 Branches: master https://developer.blender.org/rBbaff245b9d64b7e2f82f81ef0100237e1c024fbc
Fix T67860: missing 3d cursor update when picking texture clone location Reviewers: sergey Maniphest Tasks: T67860 Differential Revision: https://developer.blender.org/D5360 =================================================================== M source/blender/editors/sculpt_paint/paint_image_proj.c =================================================================== 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; _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
