[Bf-extensions-cvs] [f1ed022d] master: ant_landscape: add cosmetic separator

meta-androcto noreply at git.blender.org
Fri Sep 6 06:47:10 CEST 2019


Commit: f1ed022d833491fc85c07a7538eef432f1816712
Author: meta-androcto
Date:   Fri Sep 6 14:46:39 2019 +1000
Branches: master
https://developer.blender.org/rBAf1ed022d833491fc85c07a7538eef432f1816712

ant_landscape: add cosmetic separator

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

M	ant_landscape/__init__.py

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

diff --git a/ant_landscape/__init__.py b/ant_landscape/__init__.py
index ff1846e0..b5abc941 100644
--- a/ant_landscape/__init__.py
+++ b/ant_landscape/__init__.py
@@ -71,6 +71,8 @@ def menu_func_eroder(self, context):
 
 
 def menu_func_landscape(self, context):
+    layout = self.layout
+    layout.separator()
     self.layout.operator('mesh.landscape_add', text="Landscape", icon="RNDCURVE")



More information about the Bf-extensions-cvs mailing list