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 'add_mesh_ant_landscape.py')
-rw-r--r--add_mesh_ant_landscape.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index 6ce66975..6e220572 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -516,7 +516,7 @@ def sphere_gen( sub_d, size_me, options ):
# Add landscape
class landscape_add(bpy.types.Operator):
'''Add a landscape mesh'''
- bl_idname = "Add_landscape"
+ bl_idname = "mesh.landscape_add"
bl_label = "Landscape"
bl_options = {'REGISTER', 'UNDO'}
bl_description = "Add landscape mesh"