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