[Durian-svn] [3199]

lee institute at blender.org
Tue May 11 20:29:42 CEST 2010


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


Modified Paths:
--------------
    pro/scenes/05.8_ambushfight/05.8b.blend
    pro/scripts/modules/finals_config.py

Modified: pro/scenes/05.8_ambushfight/05.8b.blend
===================================================================
(Binary files differ)

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-05-11 18:27:52 UTC (rev 3198)
+++ pro/scripts/modules/finals_config.py	2010-05-11 18:29:42 UTC (rev 3199)
@@ -249,13 +249,11 @@
             psys.cloth.settings.mass = 0.2
 
         elif base_name.startswith("05.8b"):
-            psys.cloth.settings.pin_stiffness = 0.0 #2
-            psys.cloth.settings.quality = 35
-            psys.cloth.settings.bending_stiffness = 20.0
-            psys.cloth.settings.spring_damping = 40.0
-            psys.cloth.settings.air_damping = 2.0
-            psys.cloth.settings.mass = 0.1 # was 0.01
+            sintal_preset_hair_run()
+            psys.cloth.settings.structural_stiffness= 18.0
+            psys.cloth.settings.pin_stiffness = 0.6
 
+
         elif base_name.startswith("05.8d"):
             psys.cloth.settings.pin_stiffness = 0.3
             psys.cloth.settings.quality = 20
@@ -263,6 +261,8 @@
             psys.cloth.settings.spring_damping = 40.0
             psys.cloth.settings.air_damping = 2.0
             psys.cloth.settings.mass = 0.01
+        else:
+            print("    Warning, sintels hair is not baked!!!")
 
 
         '''



More information about the Durian-svn mailing list