Blender Git Commit Log
Git Commits -> Revision 6704372
Revision 6704372 by Antonio Vazquez (master) January 14, 2021, 11:57 (GMT) |
GPencil: Allow small resolution for Fill tool Now the resolution can be reduced to get less details. This is very useful for doing storyboards to get a quick fill of any character. Following UI review, the name "Resolution" has been changed to "Precision" because is more clear. Differential Revision: https://developer.blender.org/D10076 |
Commit Details:
Full Hash: 6704372f047c8bff0dfb073a30dcc9cf02c7ad89
Parent Commit: 6f28c19
Lines Changed: +21, -16
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+8, -6) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+6, -3) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -5) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+8, -6) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+6, -3) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+5, -5) (Diff)