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:
authorCansecoGPC <machaquiro@yahoo.es>2020-07-16 18:53:00 +0300
committerCansecoGPC <machaquiro@yahoo.es>2020-07-16 18:53:00 +0300
commite334332a03b5a588ebc3c6473cf39c4515bdc9e6 (patch)
tree16ad0c8c7c25a8d7505aac39c4aaa37adc1932d3 /add_curve_sapling
parent565ae1b26e9924ed1973ca270e49200f42d6fadc (diff)
Sapling Tree Gen: Fix T77949 by removing comments around bend code.
Diffstat (limited to 'add_curve_sapling')
-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',