Sculpt: Remove hardcoded hardness from Clay brush

Hardness is now a property implemented for all brushes, so this is no
longer needed.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D7078
This commit is contained in:
2020-03-09 16:35:07 +01:00
parent 6eb76f6430
commit c65b9fb825
2 changed files with 2 additions and 7 deletions

View File

@@ -1303,6 +1303,7 @@ void BKE_brush_sculpt_reset(Brush *br)
br->spacing = 3;
br->autosmooth_factor = 0.25f;
br->normal_radius_factor = 0.75f;
br->hardness = 0.65f;
break;
case SCULPT_TOOL_CLAY_THUMB:
br->alpha = 0.5f;