[Durian-svn] [2448] short 05.8b hair settings from colin

campbell institute at blender.org
Mon Apr 26 17:10:36 CEST 2010


Revision: 2448
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2448
Author:   campbell
Date:     2010-04-26 17:10:36 +0200 (Mon, 26 Apr 2010)
Log Message:
-----------
short 05.8b hair settings from colin

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-04-26 15:10:05 UTC (rev 2447)
+++ pro/scripts/modules/finals_config.py	2010-04-26 15:10:36 UTC (rev 2448)
@@ -85,6 +85,19 @@
         psys.settings.draw_step = 3
         psys.settings.mass = 0.005 # was 0.01
 
+        # Per Blend Sintel Stuff...
+        if base_name.startswith("05.8b"):
+            psys.cloth.settings.pin_stiffness = 0.02
+            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
+
+            psys.settings.child_nbr = 40
+            psys.settings.draw_step = 3
+
+
         if not baked:
             cache_path_from, cache_path_to = pointcache_dirs(psys.point_cache)
             print("finals_config.py: configuring sintel's hair, (NEEDS BACKING)")



More information about the Durian-svn mailing list