[Durian-svn] [3325] minor edits to hair sim defaults

campbell institute at blender.org
Thu May 13 16:57:18 CEST 2010


Revision: 3325
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=3325
Author:   campbell
Date:     2010-05-13 16:57:18 +0200 (Thu, 13 May 2010)
Log Message:
-----------
minor edits to hair sim defaults

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-05-13 14:52:26 UTC (rev 3324)
+++ pro/scripts/modules/finals_config.py	2010-05-13 14:57:18 UTC (rev 3325)
@@ -139,7 +139,7 @@
             psys.cloth.settings.quality = 30
 
             psys.cloth.settings.structural_stiffness= 12.0 # good overall value to control stiffness, 12 is needed for running up stairs
-            psys.cloth.settings.pin_stiffness = 0.5
+            psys.cloth.settings.pin_stiffness = 0.5 # above 0.6 can become unstable!
             psys.cloth.settings.bending_stiffness = 80.0
 
             psys.cloth.settings.spring_damping = 30.0 # doesnt seem to do much
@@ -251,16 +251,6 @@
         elif base_name.startswith("04.1b"):
             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()
 
@@ -285,17 +275,17 @@
 
         elif base_name.startswith("05.8b"):
             sintal_preset_hair_run()
-            psys.cloth.settings.structural_stiffness= 18.0
-            psys.cloth.settings.pin_stiffness = 0.6
+            psys.cloth.settings.structural_stiffness= 60.0
 
-
         elif base_name.startswith("05.8d"):
-            psys.cloth.settings.pin_stiffness = 0.3
-            psys.cloth.settings.quality = 20
-            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.01
+            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
         else:
             print("    Warning, sintels hair is not baked!!!")
 



More information about the Durian-svn mailing list