Fix: Relax Face Set deform & shape key extra application

Missed in 4f73bf2871

Pull Request: https://projects.blender.org/blender/blender/pulls/124573
This commit is contained in:
Sean Kim
2024-07-12 20:47:21 +02:00
committed by Sean Kim
parent 2ca366827c
commit f03b35e669

View File

@@ -6036,14 +6036,15 @@ static void sculpt_stroke_update_step(bContext *C,
SCULPT_TOOL_BLOB,
SCULPT_TOOL_CLAY,
SCULPT_TOOL_CLAY_STRIPS,
SCULPT_TOOL_ELASTIC_DEFORM,
SCULPT_TOOL_CREASE,
SCULPT_TOOL_GRAB,
SCULPT_TOOL_SNAKE_HOOK,
SCULPT_TOOL_THUMB,
SCULPT_TOOL_DRAW,
SCULPT_TOOL_DRAW_FACE_SETS,
SCULPT_TOOL_ELASTIC_DEFORM,
SCULPT_TOOL_FILL,
SCULPT_TOOL_SCRAPE) &&
SCULPT_TOOL_GRAB,
SCULPT_TOOL_SCRAPE,
SCULPT_TOOL_SNAKE_HOOK,
SCULPT_TOOL_THUMB) &&
BKE_pbvh_type(*ss.pbvh) == PBVH_FACES))
{
if (ss.deform_modifiers_active) {