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