Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-11-30 13:38:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-11-30 13:38:59 +0300
commita4c17c7c88dfdb1f4694a70f9be4639fe892e43b (patch)
tree132e48dbb2a7aeb45c99e59a160f283b79deddfe /release/scripts/wizard_curve2tree.py
parent04a009b047e13f6696b6780419b1561ef29c9854 (diff)
anim.c, buttons_object.c, readfile.c, BKE_blender.h - dupliFace scale option, needed for leaves.
modifier.c, BKE_modifier.h - flag for modifiers to say they use pointcache, also new func modifiers_usesPointCache renamed //pointcache to //blendcache_blendfilename so blendfiles in the same dir dont conflict, and other to show this dir isnt limited to pointcache only (nodes way want to use this) wizard_curve2tree.py - better defaults for pretty tree's
Diffstat (limited to 'release/scripts/wizard_curve2tree.py')
-rw-r--r--release/scripts/wizard_curve2tree.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/release/scripts/wizard_curve2tree.py b/release/scripts/wizard_curve2tree.py
index 6515e9c3762..b600d4284cf 100644
--- a/release/scripts/wizard_curve2tree.py
+++ b/release/scripts/wizard_curve2tree.py
@@ -325,7 +325,7 @@ class tree:
do_twigs_fill = 0,\
twig_fill_levels=4,\
twig_fill_rand_scale=0.0,\
- twig_fill_fork_angle_max=60.0,\
+ twig_fill_fork_angle_max=180.0,\
twig_fill_radius_min=0.1,\
twig_fill_radius_factor=0.75,\
twig_fill_shape_type=0,\
@@ -1795,7 +1795,7 @@ class tree:
leaf_branch_limit_type_grow = False,\
leaf_branch_limit_type_fill = False,\
leaf_size = 0.5,\
- leaf_size_rand = 0.0,\
+ leaf_size_rand = 0.5,\
leaf_branch_density = 0.2,\
leaf_branch_pitch_angle = 0.0,\
leaf_branch_pitch_rand = 0.2,\
@@ -3061,13 +3061,13 @@ PREFS['anim_offset_scale'] = Draw.Create(1.0)
PREFS['do_twigs_fill'] = Draw.Create(0)
PREFS['twig_fill_levels'] = Draw.Create(4)
-PREFS['twig_fill_rand_scale'] = Draw.Create(0.0)
-PREFS['twig_fill_fork_angle_max'] = Draw.Create(60.0)
+PREFS['twig_fill_rand_scale'] = Draw.Create(0.1)
+PREFS['twig_fill_fork_angle_max'] = Draw.Create(180.0)
PREFS['twig_fill_radius_min'] = Draw.Create(0.001)
PREFS['twig_fill_radius_factor'] = Draw.Create(0.75)
-PREFS['twig_fill_shape_type'] = Draw.Create(0)
-PREFS['twig_fill_shape_rand'] = Draw.Create(0.0)
-PREFS['twig_fill_shape_power'] = Draw.Create(0.3)
+PREFS['twig_fill_shape_type'] = Draw.Create(1)
+PREFS['twig_fill_shape_rand'] = Draw.Create(0.5)
+PREFS['twig_fill_shape_power'] = Draw.Create(0.5)
PREFS['do_twigs'] = Draw.Create(0)
PREFS['twig_ratio'] = Draw.Create(2.0)
@@ -3100,7 +3100,7 @@ PREFS['leaf_branch_roll_rand'] = Draw.Create(0.2)
PREFS['leaf_branch_angle'] = Draw.Create(75.0)
PREFS['leaf_rand_seed'] = Draw.Create(1.0)
PREFS['leaf_size'] = Draw.Create(0.5)
-PREFS['leaf_size_rand'] = Draw.Create(0.0)
+PREFS['leaf_size_rand'] = Draw.Create(0.5)
PREFS['leaf_object'] = Draw.Create('')