[Bf-extensions-cvs] [cf60d1ad] blender-v2.79a-release: Comment out some features in Ivy gen, for 2.79a only.

Bastien Montagne noreply at git.blender.org
Mon Jan 22 11:15:15 CET 2018


Commit: cf60d1ad47622f85d8294609198de482fb8c4f22
Author: Bastien Montagne
Date:   Mon Jan 22 11:14:13 2018 +0100
Branches: blender-v2.79a-release
https://developer.blender.org/rBAcf60d1ad47622f85d8294609198de482fb8c4f22

Comment out some features in Ivy gen, for 2.79a only.

Fix is too complex to be included in a bugfix release, so alternative
solution is to disable broken stuff. :|

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

M	add_curve_ivygen.py

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

diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index dd523102..9e9b38bb 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -676,6 +676,8 @@ class IvyGen(bpy.types.Operator):
 
         layout.prop(self, 'updateIvy', icon='CURVE_DATA')
 
+        # Not working, commented out for 2.79a...
+        """
         properties = layout.operator('curve.ivy_gen', text="Add New Ivy")
         properties.randomSeed = self.randomSeed
         properties.maxTime = self.maxTime
@@ -695,6 +697,7 @@ class IvyGen(bpy.types.Operator):
 
         prop_def = layout.operator('curve.ivy_gen', text="Add New Default Ivy")
         prop_def.updateIvy = True
+        """
 
         layout.prop(self, 'growLeaves')



More information about the Bf-extensions-cvs mailing list