diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index 1601bae628e..efda90d64c7 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -6657,7 +6657,7 @@ static bool sculpt_needs_delta_from_anchored_origin(Brush *brush) static bool sculpt_needs_delta_for_tip_orientation(Brush *brush) { if (brush->sculpt_tool == SCULPT_TOOL_CLOTH) { - return brush->cloth_deform_type == BRUSH_CLOTH_DEFORM_SNAKE_HOOK; + return brush->cloth_deform_type != BRUSH_CLOTH_DEFORM_GRAB; } return ELEM(brush->sculpt_tool, SCULPT_TOOL_CLAY_STRIPS,