[Bf-blender-cvs] [828ef61cd1c] master: Fix crashing mask brush after recent changes

Brecht Van Lommel noreply at git.blender.org
Mon Sep 9 19:24:19 CEST 2019


Commit: 828ef61cd1ceadcf643371fe494307b661659985
Author: Brecht Van Lommel
Date:   Mon Sep 9 19:19:59 2019 +0200
Branches: master
https://developer.blender.org/rB828ef61cd1ceadcf643371fe494307b661659985

Fix crashing mask brush after recent changes

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

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 a5327ff571c..1e67a50e9c4 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -5127,6 +5127,7 @@ static void do_brush_action(Sculpt *sd, Object *ob, Brush *brush, UnifiedPaintSe
         break;
       case SCULPT_TOOL_MASK:
         do_mask_brush(sd, ob, nodes, totnode);
+        break;
       case SCULPT_TOOL_POSE:
         do_pose_brush(sd, ob, nodes, totnode);
         break;



More information about the Bf-blender-cvs mailing list