Merge branch 'blender-v4.3-release'

This commit is contained in:
Sean Kim
2024-10-14 08:25:02 -07:00

View File

@@ -2204,6 +2204,10 @@ static float brush_strength(const Sculpt &sd,
case SCULPT_BRUSH_TYPE_POSE:
case SCULPT_BRUSH_TYPE_BOUNDARY:
return root_alpha * feather;
case SCULPT_BRUSH_TYPE_SIMPLIFY:
/* The Dyntopo Density brush does not use a normal brush workflow to calculate the effect,
* and this strength value is unused. */
return 0.0f;
}
BLI_assert_unreachable();
return 0.0f;