[Bf-blender-cvs] [e0e05ae] master: Add missing node update in dyntopo flood fill.

Antony Riakiotakis noreply at git.blender.org
Thu Apr 17 15:03:21 CEST 2014


Commit: e0e05ae85eee83dfc5c07f3dba0664a3ade62d7a
Author: Antony Riakiotakis
Date:   Thu Apr 17 16:03:14 2014 +0300
https://developer.blender.org/rBe0e05ae85eee83dfc5c07f3dba0664a3ade62d7a

Add missing node update in dyntopo flood fill.

===================================================================

M	source/blender/editors/sculpt_paint/sculpt.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index db500e0..4873587 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);




More information about the Bf-blender-cvs mailing list