From 1448082ba352d178c3ffc5ac8e791ea88fd9a8bc Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Tue, 2 Sep 2014 18:57:10 +0200 Subject: Add missing update tag to material when adding texture slots. --- source/blender/editors/sculpt_paint/paint_image_proj.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors') diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c index bdacfd23ae0..56bb8af311c 100644 --- a/source/blender/editors/sculpt_paint/paint_image_proj.c +++ b/source/blender/editors/sculpt_paint/paint_image_proj.c @@ -4933,6 +4933,7 @@ bool proj_paint_add_slot(bContext *C, Material *ma, wmOperator *op) BKE_image_signal(ima, NULL, IMA_SIGNAL_USER_NEW_IMAGE); WM_event_add_notifier(C, NC_TEXTURE | NA_ADDED, mtex->tex); WM_event_add_notifier(C, NC_IMAGE | NA_ADDED, ima); + DAG_id_tag_update(&ma->id, 0); ED_area_tag_redraw(CTX_wm_area(C)); } -- cgit v1.2.3