[Durian-svn] [7178] hairness

campbell institute at blender.org
Fri Jul 16 14:56:28 CEST 2010


Revision: 7178
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=7178
Author:   campbell
Date:     2010-07-16 14:56:28 +0200 (Fri, 16 Jul 2010)
Log Message:
-----------
hairness

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-07-16 12:50:45 UTC (rev 7177)
+++ pro/scripts/modules/finals_config.py	2010-07-16 12:56:28 UTC (rev 7178)
@@ -262,22 +262,22 @@
             psys.cloth.settings.internal_friction= 0.168946
 
         def sintal_preset_8():
-            psys.cloth.settings.structural_stiffness= 7.957973
-            psys.cloth.settings.pin_stiffness= 0.891550
-            psys.cloth.settings.bending_stiffness= 126.071570
-            psys.cloth.settings.spring_damping= 43.073833
-            psys.cloth.settings.air_damping= 1.771296
-            psys.cloth.settings.mass= 0.003076
-            psys.cloth.settings.internal_friction= 0.889549
+            psys.cloth.settings.structural_stiffness= 45.863646
+            psys.cloth.settings.pin_stiffness= 0.453547
+            psys.cloth.settings.bending_stiffness= 122.708424
+            psys.cloth.settings.spring_damping= 6.528856
+            psys.cloth.settings.air_damping= 3.000326
+            psys.cloth.settings.mass= 0.031983
+            psys.cloth.settings.internal_friction= 0.482973
 
         def sintal_preset_9():
-            psys.cloth.settings.structural_stiffness= 4.002653
-            psys.cloth.settings.pin_stiffness= 0.716087
-            psys.cloth.settings.bending_stiffness= 188.187419
-            psys.cloth.settings.spring_damping= 49.090583
-            psys.cloth.settings.air_damping= 0.772188
-            psys.cloth.settings.mass= 0.086307
-            psys.cloth.settings.internal_friction= 0.701024
+            psys.cloth.settings.structural_stiffness= 1.141133
+            psys.cloth.settings.pin_stiffness= 0.117424
+            psys.cloth.settings.bending_stiffness= 20.082718
+            psys.cloth.settings.spring_damping= 1.119191
+            psys.cloth.settings.air_damping= 1.172357
+            psys.cloth.settings.mass= 0.004232
+            psys.cloth.settings.internal_friction= 0.065292
 
         def sintal_preset_10():
             psys.cloth.settings.structural_stiffness= 1.441133
@@ -406,7 +406,7 @@
             psys.cloth.settings.mass= 0.160259
             psys.cloth.settings.internal_friction= 0.713538
 
-        def sintal_preset_24(): #slo mo for 5.1d
+        def sintal_preset_24():
             psys.cloth.settings.structural_stiffness= 30.854706
             psys.cloth.settings.pin_stiffness= 1.257543
             psys.cloth.settings.bending_stiffness= 167.134151
@@ -788,7 +788,7 @@
         elif base_name.startswith("03.1a"): preset = 13
         elif base_name.startswith("03.1b"): preset = 18
         elif base_name.startswith("03.1c"): preset = 18
-        elif base_name.startswith("03.1e"): preset = 51
+        elif base_name.startswith("03.1e"): preset = 54
         elif base_name.startswith("03.1f"): preset = 13
         elif base_name.startswith("03.1g"): preset = 51
         elif base_name.startswith("03.1h"): preset = 51
@@ -852,7 +852,7 @@
         elif base_name.startswith("05.1a"): preset = -1
         elif base_name.startswith("05.1b"): preset = 54
         elif base_name.startswith("05.1c"): preset = 12
-        elif base_name.startswith("05.1d"): preset = 24
+        elif base_name.startswith("05.1d"): preset = 8
 
         elif base_name.startswith("05.2a"): preset = 54
         elif base_name.startswith("05.2b"): preset = 12
@@ -931,7 +931,7 @@
         elif base_name.startswith("08.2k"): preset = 54
         elif base_name.startswith("08.2l"): preset = 54
         elif base_name.startswith("08.2m"): preset = 10
-        elif base_name.startswith("08.2n"): preset = 10
+        elif base_name.startswith("08.2n"): preset = 9
         elif base_name.startswith("08.2o"): preset = 57
         elif base_name.startswith("08.2p"): preset = 54
         elif base_name.startswith("08.2q"): preset = 54



More information about the Durian-svn mailing list