Blender Git Loki
Git Commits -> Revision 142aba9
January 13, 2021, 19:27 (GMT) |
Sculpt: Grab brush surface falloff |
Commit Details:
Full Hash: 142aba9485c9d3dd7dbc3dc7e5f43e2deb67960e
Parent Commit: bf63299
Lines Changed: +455, -112
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+412, -110) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+13, -0) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+11, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+412, -110) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+13, -0) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+11, -1) (Diff)