Add missing node update in dyntopo flood fill.

This commit is contained in:
Antonis Ryakiotakis 2014-04-17 16:03:14 +03:00
parent ddc88ea419
commit e0e05ae85e
1 changed files with 1 additions and 0 deletions

View File

@ -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);