[Bf-blender-cvs] [3d2f596d94f] blender2.8: GP: Add a separartion for leak size in fill panel

Antonioya noreply at git.blender.org
Thu Sep 13 15:40:58 CEST 2018


Commit: 3d2f596d94fe9df381f2b2d7cd69ac561899500c
Author: Antonioya
Date:   Thu Sep 13 15:40:22 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB3d2f596d94fe9df381f2b2d7cd69ac561899500c

GP: Add a separartion for leak size in fill panel

===================================================================

M	release/scripts/startup/bl_ui/space_view3d_toolbar.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index e13387021d1..9bb2193ea1a 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1428,6 +1428,7 @@ class VIEW3D_PT_tools_grease_pencil_brush(View3DPanel, Panel):
             elif gp_settings.gpencil_brush_type == 'FILL':
                 col = layout.column(align=True)
                 col.prop(gp_settings, "gpencil_fill_leak", text="Leak Size")
+                col.separator()
                 col.prop(brush, "size", text="Thickness")
                 col.prop(gp_settings, "gpencil_fill_simplyfy_level", text="Simplify")



More information about the Bf-blender-cvs mailing list