[Bf-extensions-cvs] [12f6cb3b] blender-v3.4-release: Fix T101985: Willow preset in tree gen addon not usable

Edward noreply at git.blender.org
Tue Nov 29 04:54:37 CET 2022


Commit: 12f6cb3bf27d15d6daa9fd94ca123b4a68a0edb3
Author: Edward
Date:   Tue Nov 29 09:21:16 2022 +0530
Branches: blender-v3.4-release
https://developer.blender.org/rBA12f6cb3bf27d15d6daa9fd94ca123b4a68a0edb3

Fix T101985: Willow preset in tree gen addon not usable

Property `leaves` had a wrong data type assigned

Reviewers: PratikPB2123

Differential Revision: https://developer.blender.org/D16324

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

M	add_curve_sapling/presets/willow.py

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

diff --git a/add_curve_sapling/presets/willow.py b/add_curve_sapling/presets/willow.py
index c52a501e..48426b27 100644
--- a/add_curve_sapling/presets/willow.py
+++ b/add_curve_sapling/presets/willow.py
@@ -1,2 +1,2 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
-{'curveRes': (8, 16, 12, 1), 'scaleV0': 0.0, 'pruneRatio': 1.0, 'rotate': (0.0, -120.0, -120.0, 140.0), 'resU': 4, 'levels': 2, 'frameRate': 1.0, 'ratioPower': 2.0, 'windGust': 0.0, 'branches': (0, 25, 10, 300), 'attractUp': -3.0, 'bevel': True, 'windSpeed': 2.0, 'rotateV': (0.0, 30.0, 30.0, 0.0), 'segSplits': (0.10000000149011612, 0.20000000298023224, 0.20000000298023224, 0.0), 'handleType': '1', 'shape': '3', 'curveV': (120.0, 90.0, 0.0, 0.0), 'scale': 15.0, 'leafShape': 'hex', 'showLe [...]
+{'curveRes': (8, 16, 12, 1), 'scaleV0': 0.0, 'pruneRatio': 1.0, 'rotate': (0.0, -120.0, -120.0, 140.0), 'resU': 4, 'levels': 2, 'frameRate': 1.0, 'ratioPower': 2.0, 'windGust': 0.0, 'branches': (0, 25, 10, 300), 'attractUp': -3.0, 'bevel': True, 'windSpeed': 2.0, 'rotateV': (0.0, 30.0, 30.0, 0.0), 'segSplits': (0.10000000149011612, 0.20000000298023224, 0.20000000298023224, 0.0), 'handleType': '1', 'shape': '3', 'curveV': (120.0, 90.0, 0.0, 0.0), 'scale': 15.0, 'leafShape': 'hex', 'showLe [...]



More information about the Bf-extensions-cvs mailing list