Blender Git Loki
Git Commits -> Revision c01f8bb
Revision c01f8bb by Pablo Dobarro (master) September 10, 2020, 20:07 (GMT) |
Sculpt: Enable pen pressure for Scrape/Fill Area Radius This should improve the issue with Scrape accumulation in concave surfaces. When the strength of the brush is higher, the area radius is also bigger, so the scrape plane is more stable preventing it from accumulating displacement in the same area. The Scrape/Fill default presets are also updated to include this functionality. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8821 |
Commit Details:
Full Hash: c01f8bb672f3d7140f5a6df80c0279e07c4b328b
Parent Commit: 2ea2ec0
Lines Changed: +20, -5
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+6, -4) (Diff)
/source/blender/blenkernel/intern/brush.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -0) (Diff)