Blender Git Commit Log
Git Commits -> Revision c29fccb
Revision c29fccb by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 13, 2018, 11:50 (GMT) |
New no fill strokes for fill boundaries This special strokes can only be generated using a fill brush and pressing Alt key. This type of strokes are required to draw fast boundary with the fill color for opened areas to use the automatic fill later. The color of these strokes will be the fill color and not the stroke color. |
Commit Details:
Full Hash: c29fccbccc9575eb5a8d5a02a5a06264cb5fbc75
Parent Commit: d6a5007
Lines Changed: +68, -31
5 Modified Paths:
/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+14, -4) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+29, -20) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+16, -7) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+7, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+29, -20) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+16, -7) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+7, -0) (Diff)