Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-04-17 17:03:14 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-04-17 17:03:14 +0400
commite0e05ae85eee83dfc5c07f3dba0664a3ade62d7a (patch)
tree9c5dc3cd42b3480b95e1de60edb496803202e55c
parentddc88ea419ef81d0a12900a71f183ac8298c3931 (diff)
Add missing node update in dyntopo flood fill.
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c1
1 files changed, 1 insertions, 0 deletions
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);