[Bf-extensions-cvs] [b0ebe5e1] master: archimesh: add cosmetic separator

meta-androcto noreply at git.blender.org
Fri Sep 6 07:22:01 CEST 2019


Commit: b0ebe5e18f36360ffd25389fb93f8cde5f22295a
Author: meta-androcto
Date:   Fri Sep 6 15:21:43 2019 +1000
Branches: master
https://developer.blender.org/rBAb0ebe5e18f36360ffd25389fb93f8cde5f22295a

archimesh: add cosmetic separator

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

M	archimesh/__init__.py

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

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")



More information about the Bf-extensions-cvs mailing list