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. :|
This commit is contained in:
Bastien Montagne 2018-01-22 11:14:13 +01:00
parent 5804465558
commit cf60d1ad47
Notes: blender-bot 2023-02-14 19:32:11 +01:00
Referenced by issue #53684, 2.79a release - addons
1 changed files with 3 additions and 0 deletions

View File

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