Blender Git Loki
Git Commits -> Revision 927bc4a
August 10, 2021, 01:35 (GMT) |
GPencil: New Brush option to define Caps type This is used to set the default caps type for the stroke. Before always was rounded and only could be changed later in Edit mode Two new buttons has been added to topbar. NOTE: New icons are been designed (T90414) The buttons are expanded to list in Properties panel. Reviewed By: mendio, HooglyBoogly Differential Revision: https://developer.blender.org/D11999 |
Commit Details:
Full Hash: 927bc4ab2d27bf11cd10f1c863fb47812ffbb78f
Parent Commit: 6ea2f52
Committed By: YimingWu
Lines Changed: +30, -1
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+6, -0) (Diff)
/source/blender/draw/intern/draw_cache_impl_gpencil.c (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+12, -0) (Diff)
/source/blender/draw/intern/draw_cache_impl_gpencil.c (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+3, -0) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+12, -0) (Diff)