[Bf-extensions-cvs] [7b0dc56] master: fix for T42207 remove pruning from weeping willow preset

Brendon Murphy noreply at git.blender.org
Sun May 24 14:06:16 CEST 2015


Commit: 7b0dc56934743e2019b22fea78b972008d0d73a5
Author: Brendon Murphy
Date:   Sun May 24 22:04:45 2015 +1000
Branches: master
https://developer.blender.org/rBA7b0dc56934743e2019b22fea78b972008d0d73a5

fix for T42207 remove pruning from weeping willow preset

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

D	add_curve_sapling/presets/weeping_willow.py
A	add_curve_sapling/presets/willow.py

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

diff --git a/add_curve_sapling/presets/weeping_willow.py b/add_curve_sapling/presets/weeping_willow.py
deleted file mode 100644
index 39f763d..0000000
--- a/add_curve_sapling/presets/weeping_willow.py
+++ /dev/null
@@ -1 +0,0 @@
-{'pruneWidthPeak': 0.6000000238418579, 'downAngleV': (0.0, 10.0, 10.0, 10.0), 'frameRate': 1.0, 'lengthV': (0.0, 0.10000000149011612, 0.0, 0.0), 'shape': '3', 'seed': 0, 'bend': 0.0, 'armAnim': False, 'useArm': False, 'splitAngle': (3.0, 30.0, 45.0, 0.0), 'baseSize': 0.05000000074505806, 'baseSplits': 2, 'scaleV': 5.0, 'scale': 15.0, 'ratio': 0.029999999329447746, 'curveV': (120.0, 90.0, 0.0, 0.0), 'prunePowerHigh': 0.5, 'splitAngleV': (0.0, 10.0, 20.0, 0.0), 'resU': 4, 'segSplits': (0.1 [...]
diff --git a/add_curve_sapling/presets/willow.py b/add_curve_sapling/presets/willow.py
new file mode 100644
index 0000000..786156f
--- /dev/null
+++ b/add_curve_sapling/presets/willow.py
@@ -0,0 +1 @@
+{'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': False, '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', 'showL [...]
\ No newline at end of file



More information about the Bf-extensions-cvs mailing list