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>2017-09-02 12:33:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-02 12:33:06 +0300
commit131ea02a4c0cc0c245c39488113fbe4b433afdee (patch)
treef2d2bce6cebee2f3e6673e5a8205d7ad8e91f2bf /ant_landscape
parentf4d6aad738ae8b368841aee77e0008480fe42f25 (diff)
Cleanup: quiet strict name warnings for addons a..h.
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 e4ae01d1..ba6e8b6f 100644
--- a/ant_landscape/__init__.py
+++ b/ant_landscape/__init__.py
@@ -76,6 +76,7 @@ def menu_func_landscape(self, context):
# Landscape Add Panel
class panel_func_add_landscape(bpy.types.Panel):
+ bl_idname = "ANTLANDSCAPE_PT_add"
bl_space_type = "VIEW_3D"
bl_context = "objectmode"
bl_region_type = "TOOLS"
@@ -90,6 +91,7 @@ class panel_func_add_landscape(bpy.types.Panel):
# Landscape Tools:
class AntLandscapeToolsPanel(bpy.types.Panel):
+ bl_idname = "ANTLANDSCAPE_PT_tools"
bl_space_type = "VIEW_3D"
bl_context = "objectmode"
bl_region_type = "TOOLS"