[Durian-svn] [3158] removed v, although it was awesome

william institute at blender.org
Tue May 11 14:42:56 CEST 2010


Revision: 3158
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=3158
Author:   william
Date:     2010-05-11 14:42:55 +0200 (Tue, 11 May 2010)
Log Message:
-----------
removed v, although it was awesome

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:34:20 UTC (rev 3157)
+++ pro/scripts/modules/finals_config.py	2010-05-11 12:42:55 UTC (rev 3158)
@@ -1,4 +1,4 @@
-v# access thus
+# access thus
 ''' # durian_init.py
 import finals_config
 reload(finals_config)
@@ -155,6 +155,21 @@
 
             psys.cloth.settings.quality = 10
             psys.point_cache.step = 5   
+
+        elif base_name.startswith("02.c"):
+            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



More information about the Durian-svn mailing list