[Durian-svn] [3145]

lee institute at blender.org
Tue May 11 13:43:20 CEST 2010


Revision: 3145
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=3145
Author:   lee
Date:     2010-05-11 13:43:20 +0200 (Tue, 11 May 2010)
Log Message:
-----------


Modified Paths:
--------------
    pro/scripts/modules/finals_config.py

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-05-11 11:27:10 UTC (rev 3144)
+++ pro/scripts/modules/finals_config.py	2010-05-11 11:43:20 UTC (rev 3145)
@@ -31,6 +31,7 @@
         # cache path global: to
         base_dir, base_name = os.path.split(bpy.data.filename)
         cache_path_to = os.path.join(base_dir, point_cache.name, point_cache.name)
+        point_cache.use_library_path = True
 
         return cache_path_from, cache_path_to
 
@@ -184,12 +185,22 @@
         elif base_name.startswith("04.1b"):
             sintal_preset_hair_run()
 
-        elif base_name.startswith("04.1d"):
-            sintal_preset_hair_run()
+        elif base_name.startswith("05.8d"):
+            psys.cloth.settings.quality = 30
+            psys.cloth.settings.structural_stiffness= 5.0 # good overall value to control stiffness, 12 is needed for running up stairs
+            psys.cloth.settings.pin_stiffness = 8
+            psys.cloth.settings.bending_stiffness = 80.0
+            psys.cloth.settings.spring_damping = 30.0 # doesnt seem to do much
+            psys.cloth.settings.air_damping = 2.5 # good way to dampen hair
+            psys.cloth.settings.mass = 0.01 # was 0.01
+            psys.cloth.settings.internal_friction = 0.1 # 0.9 makes hair too symmatrical
 
         elif base_name.startswith("04.1e"):
             sintal_preset_hair_run()
 
+        elif base_name.startswith("04.1f"):
+            sintal_preset_hair_run()
+
         elif base_name.startswith("04.2i"):
             psys.cloth.settings.pin_stiffness = 0.82
             psys.cloth.settings.quality = 25



More information about the Durian-svn mailing list