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>2012-10-30 16:37:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-30 16:37:06 +0400
commit2b5eecb59534b7f4fd60617fb61e193a3a257a98 (patch)
tree09bf9067e422535663bc711e1516fb9d10a7f9ad /add_curve_sapling
parent71b5ba440bc9cee24abfac5fdf58b7c0e63ca0fa (diff)
update for change in blender.
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index e4f5b9cc..24405165 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -378,7 +378,7 @@ class AddTree(bpy.types.Operator):
presetName = StringProperty(name='Preset Name',
description='The name of the preset to be saved',
default='',
- subtype='FILENAME', update=no_update_tree)
+ subtype='FILE_NAME', update=no_update_tree)
limitImport = BoolProperty(name='Limit Import',
description='Limited imported tree to 2 levels & no leaves for speed',
default=True, update=no_update_tree)