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')
-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 e5b88157..9bcd1492 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -701,7 +701,7 @@ class AddTree(Operator):
items=objectList,
update=update_leaves
)
- bend = FloatProperty(
+ bend: FloatProperty(
name='Leaf Bend',
description='The proportion of bending applied to the leaf (Bend)',
min=0.0,