Blender Git Commit Log
Git Commits -> Revision 015d5ed
Revision 015d5ed by Pablo Dobarro (master) February 11, 2020, 17:57 (GMT) |
Sculpt: Clay Thumb Brush This brush simulates deforming clay with your fingers, accumulating material during the stroke. It has a plane that tilts during the stroke in the front part of the brush to achieve this effect. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6238 |
Commit Details:
Full Hash: 015d5eda884dfb10f8982f9b0f8d69c9ea540349
Parent Commit: f1f2d9f
Lines Changed: +239, -0
5 Modified Paths:
/source/blender/blenkernel/intern/brush.c (+9, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+214, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+12, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+214, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+12, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+2, -0) (Diff)