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
This commit is contained in:
Pablo Dobarro 2020-11-09 21:13:55 +01:00
parent 22161b6451
commit e580c18853
Notes: blender-bot 2023-02-14 05:59:31 +01:00
Referenced by issue #82542, 2.91 Boundary brush crash
1 changed files with 1 additions and 0 deletions

View File

@ -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, \