[Durian-svn] [3241] scene 2

william institute at blender.org
Wed May 12 14:53:41 CEST 2010


Revision: 3241
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=3241
Author:   william
Date:     2010-05-12 14:53:40 +0200 (Wed, 12 May 2010)
Log Message:
-----------
scene 2

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-05-12 12:24:48 UTC (rev 3240)
+++ pro/scripts/modules/finals_config.py	2010-05-12 12:53:40 UTC (rev 3241)
@@ -184,21 +184,53 @@
 
             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("02.d"):
 
-        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
+            psys.cloth.settings.structural_stiffness= 30
+            psys.cloth.settings.pin_stiffness = 0.85
+            psys.cloth.settings.bending_stiffness = 30
+            psys.cloth.settings.quality = 20
+            psys.cloth.settings.spring_damping = 40
+            psys.cloth.settings.air_damping = 1.0
+            psys.cloth.settings.mass = 0.01 # was 0.01
 
-            psys.cloth.settings.internal_friction = 0.985
-            psys.cloth.settings.collider_friction = 0.993
+        elif base_name.startswith("02.e"):
 
-            psys.cloth.settings.spring_damping = 36.0
-            psys.cloth.settings.air_damping = 2
+            psys.cloth.settings.structural_stiffness= 30
+            psys.cloth.settings.pin_stiffness = 1
+            psys.cloth.settings.bending_stiffness = 30
+            psys.cloth.settings.quality = 20
+            psys.cloth.settings.spring_damping = 10
+            psys.cloth.settings.air_damping = 1.0
+            psys.cloth.settings.mass = 0.01 # was 0.01
+            psys.point_cache.step = 7
 
+        elif base_name.startswith("02.f"):
+            '''
+            psys.cloth.settings.structural_stiffness= 30
+            psys.cloth.settings.pin_stiffness = 1.3
+            psys.cloth.settings.bending_stiffness = 50
+            psys.cloth.settings.quality = 20
+            psys.cloth.settings.spring_damping = 10
+            psys.cloth.settings.air_damping = 1.0
+            psys.cloth.settings.mass = 0.01 # was 0.01
+            psys.cloth.settings.flexibility_damping = 0.2
+            psys.point_cache.step = 5
+            '''
             psys.cloth.settings.quality = 30
-            psys.point_cache.step = 5
 
+            psys.cloth.settings.structural_stiffness= 25.0 # good overall value to control stiffness, 12 is needed for running up stairs
+            psys.cloth.settings.pin_stiffness = 1.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("02.h"):
             psys.cloth.settings.pin_stiffness = 0.9
             psys.cloth.settings.quality = 15



More information about the Durian-svn mailing list