Skip to content

Commit

Permalink
Sapling Tree Gen: Fix T77949 by removing comments around bend code.
Browse files Browse the repository at this point in the history
  • Loading branch information
CansecoGPC committed Jul 16, 2020
1 parent 565ae1b commit e334332
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions add_curve_sapling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,15 +701,13 @@ def no_update_tree(self, context):
items=objectList,
update=update_leaves
)
"""
bend = FloatProperty(
name='Leaf Bend',
description='The proportion of bending applied to the leaf (Bend)',
min=0.0,
max=1.0,
default=0.0, update=update_leaves
)
"""
leafangle: FloatProperty(
name='Leaf Angle',
description='Leaf vertical attraction',
Expand Down

0 comments on commit e334332

Please sign in to comment.