[Durian-svn] [2928] adjusted sim settings for 04.1

campbell institute at blender.org
Wed May 5 18:14:53 CEST 2010


Revision: 2928
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2928
Author:   campbell
Date:     2010-05-05 18:14:52 +0200 (Wed, 05 May 2010)
Log Message:
-----------
adjusted sim settings for 04.1

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-05-05 16:13:53 UTC (rev 2927)
+++ pro/scripts/modules/finals_config.py	2010-05-05 16:14:52 UTC (rev 2928)
@@ -140,14 +140,20 @@
             
             psys.cloth.settings.internal_friction = 0.985
 
-        elif base_name.startswith("04.1b"):
-            psys.cloth.settings.pin_stiffness = 0.4
-            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
+        elif base_name.startswith("04.1"): # tested with 'a' and 'b'
+            # pretty nice for running. use as reference
+            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.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.015 # was 0.01
+            psys.cloth.settings.internal_friction = 0.1 # 0.9 makes hair too symmatrical
+
         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