Sculpt: don't set strength to inherit from

scene defaults by default.
This commit is contained in:
Joseph Eagar 2021-10-08 16:22:48 -07:00
parent cf003b5e30
commit 3b167c257d
1 changed files with 1 additions and 1 deletions

View File

@ -1542,7 +1542,7 @@ void BKE_brush_builtin_create(Brush *brush, int tool)
GETCH(dyntopo_spacing)->flag |= BRUSH_CHANNEL_INHERIT;
GETCH(dyntopo_radius_scale)->flag |= BRUSH_CHANNEL_INHERIT;
GETCH(strength)->flag |= BRUSH_CHANNEL_INHERIT;
// GETCH(strength)->flag |= BRUSH_CHANNEL_INHERIT;
GETCH(radius)->flag |= BRUSH_CHANNEL_INHERIT;
ADDCH(area_radius_factor);