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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user