[Durian-svn] [2466] 4.1b hair settings

campbell institute at blender.org
Mon Apr 26 20:18:47 CEST 2010


Revision: 2466
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2466
Author:   campbell
Date:     2010-04-26 20:18:47 +0200 (Mon, 26 Apr 2010)
Log Message:
-----------
4.1b hair settings

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-04-26 18:17:45 UTC (rev 2465)
+++ pro/scripts/modules/finals_config.py	2010-04-26 18:18:47 UTC (rev 2466)
@@ -102,17 +102,21 @@
             psys.cloth.settings.internal_friction = 0.985
             psys.cloth.settings.collider_friction = 0.993
 
-            
-            
             psys.cloth.settings.spring_damping = 36.0
             psys.cloth.settings.air_damping = 2
 
             psys.cloth.settings.quality = 30
             psys.point_cache.step = 5
             
+        elif base_name.startswith("04.1b"):
+            psys.cloth.settings.pin_stiffness = 0.1
+            psys.cloth.settings.quality = 15
+            psys.cloth.settings.bending_stiffness = 150.0
+            psys.cloth.settings.spring_damping = 50.0
+            psys.cloth.settings.air_damping = 3.0
+            psys.cloth.settings.mass = 0.1 # was 0.01
 
 
-
         if not baked:
             cache_path_from, cache_path_to = pointcache_dirs(psys.point_cache)
             print("finals_config.py: configuring sintel's hair, (NEEDS BACKING)")



More information about the Durian-svn mailing list