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 /add_curve_sapling
parentf4d6aad738ae8b368841aee77e0008480fe42f25 (diff)
Cleanup: quiet strict name warnings for addons a..h.
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 48b45d31..274c1fef 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -235,7 +235,7 @@ class ImportData(Operator):
class PresetMenu(Menu):
"""Create the preset menu by finding all preset files
in the preset directory"""
- bl_idname = "sapling.presetmenu"
+ bl_idname = "SAPLING_MT_preset"
bl_label = "Presets"
def draw(self, context):
@@ -930,7 +930,7 @@ class AddTree(Operator):
row.label(" ")
row.prop(self, 'overwrite')
row = box.row()
- row.menu('sapling.presetmenu', text='Load Preset')
+ row.menu('SAPLING_MT_preset', text='Load Preset')
row.prop(self, 'limitImport')
elif self.chooseSet == '1':