[Bf-blender-cvs] [b3cb4eaa03b] blender2.8: GP: Remove separator line in materials submenu

Antonioya noreply at git.blender.org
Thu Sep 27 22:11:06 CEST 2018


Commit: b3cb4eaa03b3c331d413b1975204bde65e17ce61
Author: Antonioya
Date:   Thu Sep 27 22:06:47 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBb3cb4eaa03b3c331d413b1975204bde65e17ce61

GP: Remove separator line in materials submenu

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_material_gpencil.py b/release/scripts/startup/bl_ui/properties_material_gpencil.py
index a2056178a6a..7da9bb475d1 100644
--- a/release/scripts/startup/bl_ui/properties_material_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py
@@ -37,8 +37,6 @@ class GPENCIL_MT_color_specials(Menu):
         layout.operator("gpencil.color_lock_all", icon='LOCKED', text="Lock All")
         layout.operator("gpencil.color_unlock_all", icon='UNLOCKED', text="UnLock All")
 
-        layout.separator()
-
         layout.operator("gpencil.stroke_lock_color", text="Lock Unselected")
         layout.operator("gpencil.lock_layer", text="Lock Unused")



More information about the Bf-blender-cvs mailing list