From e0e05ae85eee83dfc5c07f3dba0664a3ade62d7a Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Thu, 17 Apr 2014 16:03:14 +0300 Subject: Add missing node update in dyntopo flood fill. --- source/blender/editors/sculpt_paint/sculpt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index db500e00b75..4873587e9f5 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -5303,6 +5303,7 @@ static int sculpt_detail_flood_fill_exec(bContext *C, wmOperator *UNUSED(op)) /* force rebuild of pbvh for better BB placement */ sculpt_pbvh_clear(ob); + sculpt_dyntopo_node_layers_reset(ss->bm); /* Redraw */ WM_event_add_notifier(C, NC_OBJECT | ND_DRAW, ob); -- cgit v1.2.3