Blender Git Loki
Git Commits -> Revision ef9eb62
December 31, 2020, 18:48 (GMT) |
Sculpt: Initial support for custom pressure input curves |
Commit Details:
Full Hash: ef9eb626a8c9a07d4a58f8ec5396c2db74eaddc6
Parent Commit: 0663576
Lines Changed: +92, -9
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+52, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+7, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+15, -7) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+10, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+52, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+7, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+15, -7) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+10, -0) (Diff)