[Durian-svn] [3154] crappy hair for cam

william institute at blender.org
Tue May 11 14:23:55 CEST 2010


Revision: 3154
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=3154
Author:   william
Date:     2010-05-11 14:23:54 +0200 (Tue, 11 May 2010)
Log Message:
-----------
crappy hair for cam

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-05-11 12:18:48 UTC (rev 3153)
+++ pro/scripts/modules/finals_config.py	2010-05-11 12:23:54 UTC (rev 3154)
@@ -1,4 +1,4 @@
-# access thus
+v# access thus
 ''' # durian_init.py
 import finals_config
 reload(finals_config)
@@ -141,7 +141,22 @@
 
 
         # Per Blend Sintel Stuff...
-        if base_name.startswith("02_d"):
+        if base_name.startswith("02.b"):
+            psys.cloth.settings.pin_stiffness = 30
+            psys.cloth.settings.mass = 0.2 # was 0.01
+            psys.cloth.settings.bending_stiffness = 6
+
+            psys.cloth.settings.internal_friction = 0.985
+            psys.cloth.settings.collider_friction = 0.993
+            psys.cloth.settings.flexibility_damping = 0.5
+
+            psys.cloth.settings.spring_damping = 36.0
+            psys.cloth.settings.air_damping = 2
+
+            psys.cloth.settings.quality = 10
+            psys.point_cache.step = 5   
+        
+        elif base_name.startswith("02_d"):
             psys.cloth.settings.pin_stiffness = 0.1
             psys.cloth.settings.mass = 0.6 # was 0.01
             psys.cloth.settings.bending_stiffness = 6



More information about the Durian-svn mailing list