Tweak draw sharp preset to include size-pressure

This commit is contained in:
Pablo Dobarro 2020-12-31 18:36:39 +01:00
parent e1b8577e41
commit 0663576d19
1 changed files with 1 additions and 0 deletions

View File

@ -1690,6 +1690,7 @@ void BKE_brush_sculpt_reset(Brush *br)
switch (br->sculpt_tool) {
case SCULPT_TOOL_DRAW_SHARP:
br->flag |= BRUSH_DIR_IN;
br->flag |= BRUSH_SIZE_PRESSURE;
br->curve_preset = BRUSH_CURVE_POW4;
br->spacing = 5;
break;