From a4c17c7c88dfdb1f4694a70f9be4639fe892e43b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 30 Nov 2007 10:38:59 +0000 Subject: 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 --- release/scripts/wizard_curve2tree.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'release') 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('') -- cgit v1.2.3