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_curve_sapling/__init__.py')
-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':