Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Dobarro <pablodp606@gmail.com>2020-11-09 23:13:55 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-11-18 01:01:33 +0300
commite580c188533ca12832538d5b85665bcef6987f36 (patch)
treef45a8176e6f69024aa432b9f6a7da4cf02be97c3 /source/blender/makesdna/DNA_brush_types.h
parent22161b645127b163d7267d2ab95df1d46feffaf7 (diff)
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
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h1
1 files changed, 1 insertions, 0 deletions
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, \