[Bf-blender-cvs] [77a30a28869] sculpt-dev: Sculpt: fix pose brush flood fill with symmetry

Pablo Dobarro noreply at git.blender.org
Tue Feb 9 20:18:23 CET 2021


Commit: 77a30a28869473ad9f4156420a5a7eff03ddb10c
Author: Pablo Dobarro
Date:   Tue Feb 9 00:30:14 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rB77a30a28869473ad9f4156420a5a7eff03ddb10c

Sculpt: fix pose brush flood fill with symmetry

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

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 16e80174fd1..ccf1f8bd0b2 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -1154,7 +1154,6 @@ void SCULPT_floodfill_add_initial_with_symmetry(
       }
       if (v != -1) {
         SCULPT_floodfill_add_initial(flood, v);
-        BLI_BITMAP_ENABLE(flood->visited_vertices, v);
       }
     }
   }



More information about the Bf-blender-cvs mailing list