Blender Git Loki
Git Commits -> Revision f8f6e0b
Revision f8f6e0b by Antonio Vazquez (master) May 4, 2021, 14:46 (GMT) |
GPencil: New Dilate parameter for Fill brush Internally, when using Fill brush a dilate of the filled area was done, but this was hardcoded to 1 pixel. In some situations, this was not enough, so now the value is accesible in the UI and can be set with different values. Also, as this value is more used than `Leak Size`, the new Dilate is on Topbar, and Leak Size has been moved to Advanced panel. |
Commit Details:
Full Hash: f8f6e0b256213b4ae6a135b5987e8a92a64e6bbf
Parent Commit: 7904899
Lines Changed: +29, -3
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+9, -0) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+4, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+9, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+9, -0) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+4, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+9, -0) (Diff)