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>2021-01-25 23:11:48 +0300
committerPablo Dobarro <pablodp606@gmail.com>2021-01-25 23:11:48 +0300
commit1559aa3da01fd64a56fd9dda0eaa3b67d254c24d (patch)
tree47e35e45b011b3db2b72a7abdb078c8dba10889b /source/blender/editors/sculpt_paint
parent93e3aed04145892bfec06b571da138ebf9aca7e3 (diff)
parentc134d7437d38160036e4ad3fc7b00986a98b0a4d (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 5070dba14ea..4d6330e03f8 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -7237,7 +7237,8 @@ static bool sculpt_needs_connectivity_info(const Sculpt *sd,
(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) ||
- (brush->sculpt_tool == SCULPT_TOOL_DRAW_FACE_SETS));
+ (brush->sculpt_tool == SCULPT_TOOL_DRAW_FACE_SETS) ||
+ (brush->sculpt_tool == SCULPT_TOOL_DISPLACEMENT_SMEAR));
}
void SCULPT_stroke_modifiers_check(const bContext *C, Object *ob, const Brush *brush)