From b3cb4eaa03b3c331d413b1975204bde65e17ce61 Mon Sep 17 00:00:00 2001 From: Antonioya Date: Thu, 27 Sep 2018 22:06:47 +0200 Subject: [PATCH] GP: Remove separator line in materials submenu --- release/scripts/startup/bl_ui/properties_material_gpencil.py | 2 -- 1 file changed, 2 deletions(-) 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")