[Durian-svn] [4584] Disable bending on the shadow hair again, looks better without apparently.

brecht institute at blender.org
Sat Jun 5 21:49:32 CEST 2010


Revision: 4584
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=4584
Author:   brecht
Date:     2010-06-05 21:49:32 +0200 (Sat, 05 Jun 2010)
Log Message:
-----------
Disable bending on the shadow hair again, looks better without apparently.

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-06-05 19:25:06 UTC (rev 4583)
+++ pro/scripts/modules/finals_config.py	2010-06-05 19:49:32 UTC (rev 4584)
@@ -130,7 +130,7 @@
             psys.hair_dynamics = sim
 
             # bendiness fixing (sync with hair_emit!!!)
-            psys.cloth.settings.fix_bending_factor = 1.0
+            psys.cloth.settings.fix_bending_factor = 0.0
             psys.cloth.settings.fix_bending_falloff = 1.0
             psys.cloth.settings.fix_bending_offset = 4
 



More information about the Durian-svn mailing list