[Bf-blender-cvs] [6d66e81667f] temp_bmesh_multires: Fixed color boundary tool for faces pbvh

Joseph Eagar noreply at git.blender.org
Wed Nov 4 12:05:55 CET 2020


Commit: 6d66e81667f85c0ac8566a9afdf4966a2b3e1973
Author: Joseph Eagar
Date:   Wed Nov 4 03:05:38 2020 -0800
Branches: temp_bmesh_multires
https://developer.blender.org/rB6d66e81667f85c0ac8566a9afdf4966a2b3e1973

Fixed color boundary tool for faces pbvh

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

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 614cfd9457e..d31bcc2eaeb 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -7504,6 +7504,7 @@ static bool sculpt_needs_connectivity_info(const Sculpt *sd,
           (brush->sculpt_tool == SCULPT_TOOL_SMOOTH) || (brush->autosmooth_factor > 0) ||
           ((brush->sculpt_tool == SCULPT_TOOL_MASK) && (brush->mask_tool == BRUSH_MASK_SMOOTH)) ||
           (brush->sculpt_tool == SCULPT_TOOL_POSE) ||
+          (brush->sculpt_tool == SCULPT_TOOL_VCOL_BOUNDARY) ||
           (brush->sculpt_tool == SCULPT_TOOL_BOUNDARY) ||
           (brush->sculpt_tool == SCULPT_TOOL_SLIDE_RELAX) ||
           (brush->sculpt_tool == SCULPT_TOOL_CLOTH) || (brush->sculpt_tool == SCULPT_TOOL_SMEAR) ||



More information about the Bf-blender-cvs mailing list