[Durian-svn] [4623] 66 percent fix bending correction, was too high and caused some intersections too

campbell institute at blender.org
Sun Jun 6 14:33:08 CEST 2010


Revision: 4623
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=4623
Author:   campbell
Date:     2010-06-06 14:33:07 +0200 (Sun, 06 Jun 2010)
Log Message:
-----------
66 percent fix bending correction, was too high and caused some intersections too	

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-06-06 12:21:51 UTC (rev 4622)
+++ pro/scripts/modules/finals_config.py	2010-06-06 12:33:07 UTC (rev 4623)
@@ -153,7 +153,7 @@
         psys.cloth.settings.pre_roll = pre_roll # this is very important
 
         # bendiness fixing (sync with hair_shad!!!)
-        psys.cloth.settings.fix_bending_factor = 1.0
+        psys.cloth.settings.fix_bending_factor = (1.0 / 3.0) * 2.0
         psys.cloth.settings.fix_bending_falloff = 1.0
         psys.cloth.settings.fix_bending_offset = 4
 



More information about the Durian-svn mailing list