Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2018-09-27 23:06:47 +0300
committerAntonioya <blendergit@gmail.com>2018-09-27 23:06:47 +0300
commitb3cb4eaa03b3c331d413b1975204bde65e17ce61 (patch)
treeb43b2f6059ddd969da2963c1140fbf0c76c779ec /release
parent2b6cbc8c43382d49d2bfcb9c0362ac6946ee618b (diff)
GP: Remove separator line in materials submenu
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_material_gpencil.py2
1 files changed, 0 insertions, 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")