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 07:46:39 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-06 07:46:39 +0300
commitf1ed022d833491fc85c07a7538eef432f1816712 (patch)
tree40be2d5b8b8b34fcb1be9de4ed277d72b0c0787f /ant_landscape
parent100f628eb3a1ee7aac31c80a6e53ac1447ab3fbf (diff)
ant_landscape: add cosmetic separator
Diffstat (limited to 'ant_landscape')
-rw-r--r--ant_landscape/__init__.py2
1 files changed, 2 insertions, 0 deletions
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")