Blender Git Commit Log
Git Commits -> Revision 1fc71bf
Revision 1fc71bf by Antonio Vazquez (greasepencil-object) June 24, 2020, 14:00 (GMT) |
GPencil: Basic spread point functionality |
Commit Details:
Full Hash: 1fc71bf2eaec676f1162aed2b3bd4d11b1c16976
Parent Commit: 9f16512
Lines Changed: +151, -1
6 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+5, -0) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+131, -0) (Diff)
/source/blender/editors/include/ED_gpencil.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+5, -0) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+131, -0) (Diff)
/source/blender/editors/include/ED_gpencil.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+8, -0) (Diff)