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:
authorCampbell Barton <ideasman42@gmail.com>2011-01-24 16:19:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-24 16:19:05 +0300
commit2275bac468132a9e3b82e3b2d1138a86e4294a86 (patch)
tree207158bb4a2bd0f307f16ced540fe7fd6c9b7a10 /add_mesh_ant_landscape.py
parent52efcbc744959deb4c36e2c723b63d8cc49e946d (diff)
changes Operator names for new, stricter checking.
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"