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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-06 08:21:43 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-06 08:21:43 +0300
commitb0ebe5e18f36360ffd25389fb93f8cde5f22295a (patch)
treec8374d5e8ef3358d2ec54f577453b295e25bbd2a /archimesh
parentf1ed022d833491fc85c07a7538eef432f1816712 (diff)
archimesh: add cosmetic separator
Diffstat (limited to 'archimesh')
-rw-r--r--archimesh/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 46d97b0d..78ba3d3e 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -143,6 +143,8 @@ class ARCHIMESH_MT_CustomMenuAdd(Menu):
# Define menu
# noinspection PyUnusedLocal
def AchmMenu_func(self, context):
+ layout = self.layout
+ layout.separator()
self.layout.menu("VIEW3D_MT_mesh_custom_menu_add", icon="GROUP")