[Bf-extensions-cvs] [e334332a] master: Sapling Tree Gen: Fix T77949 by removing comments around bend code.

CansecoGPC noreply at git.blender.org
Thu Jul 16 17:53:03 CEST 2020


Commit: e334332a03b5a588ebc3c6473cf39c4515bdc9e6
Author: CansecoGPC
Date:   Thu Jul 16 17:53:00 2020 +0200
Branches: master
https://developer.blender.org/rBAe334332a03b5a588ebc3c6473cf39c4515bdc9e6

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

===================================================================

M	add_curve_sapling/__init__.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list