Blender Git Commit Log
Git Commits -> Revision 69afdf6
Revision 69afdf6 by Pablo Dobarro (master) July 21, 2020, 20:43 (GMT) |
Sculpt: Support pen pressure modulation in Paint Brush properties This allows to use pen pressure modulation in hardness, wet mix, wet persistence, flow and density, as well as inverting the modulation (more pressure, less density...). With this, it is possible to create brushes that mix paint or apply a new color based on the pressure. Reviewed By: sergey, campbellbarton Differential Revision: https://developer.blender.org/D8267 |
Commit Details:
Full Hash: 69afdf69702c8f1d4d43f7369a94bb36a4a349f2
Parent Commit: 4aa2a54
Lines Changed: +189, -17
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+30, -8) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+47, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+9, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+10, -7) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+15, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+78, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+47, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+9, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+10, -7) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+15, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+78, -0) (Diff)