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__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index b12beada..e5b88157 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -701,7 +701,6 @@ class AddTree(Operator):
items=objectList,
update=update_leaves
)
- """
bend = FloatProperty(
name='Leaf Bend',
description='The proportion of bending applied to the leaf (Bend)',
@@ -709,7 +708,6 @@ class AddTree(Operator):
max=1.0,
default=0.0, update=update_leaves
)
- """
leafangle: FloatProperty(
name='Leaf Angle',
description='Leaf vertical attraction',