Blender Git Commit Log

Git Commits -> Revision 92faa22

Revision 92faa22 by Antonio Vazquez (greasepencil-object)
April 22, 2020, 09:05 (GMT)
GPencil: New Brush Random curves

This commit makes possible to apply a curve for each of the random values of the brush to have more control.

The value of the curve is determined by the pressure of the pen.

Commit Details:

Full Hash: 92faa227005efd465d6228dc0eaad4c0c583f65d
Parent Commit: 9290d41
Lines Changed: +423, -11

10 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+147, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+28, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+37, -0) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+21, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+18, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+34, -8) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+12, -0) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+24, -3) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+18, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+84, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021