Sapling Tree Gen: Fix T77949 by removing comments around bend code.

This commit is contained in:
CansecoGPC 2020-07-16 17:53:00 +02:00
parent 565ae1b26e
commit e334332a03
Notes: blender-bot 2023-02-14 18:53:24 +01:00
Referenced by issue #77949, Using Sapling Tree Gen to add a tree from the command line
1 changed files with 0 additions and 2 deletions

View File

@ -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',