[Bf-blender-cvs] [e580c188533] blender-v2.91-release: Fix T82542: Boundary brush crash with dyntopo

Pablo Dobarro noreply at git.blender.org
Tue Nov 17 23:09:39 CET 2020


Commit: e580c188533ca12832538d5b85665bcef6987f36
Author: Pablo Dobarro
Date:   Mon Nov 9 21:13:55 2020 +0100
Branches: blender-v2.91-release
https://developer.blender.org/rBe580c188533ca12832538d5b85665bcef6987f36

Fix T82542: Boundary brush crash with dyntopo

This brush needs to be disabled for dyntopo as it stores its custom data
and deforms from original coordiantes.

Reviewed By: sergey

Maniphest Tasks: T82542

Differential Revision: https://developer.blender.org/D9516

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

M	source/blender/makesdna/DNA_brush_types.h

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

diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 37b7947dbea..2629dbe7eab 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -870,6 +870,7 @@ typedef enum eBrushUVSculptTool {
         SCULPT_TOOL_DRAW_SHARP, \
         SCULPT_TOOL_SLIDE_RELAX, \
         SCULPT_TOOL_ELASTIC_DEFORM, \
+        SCULPT_TOOL_BOUNDARY, \
         SCULPT_TOOL_POSE, \
         SCULPT_TOOL_DRAW_FACE_SETS, \
         SCULPT_TOOL_PAINT, \



More information about the Bf-blender-cvs mailing list