[Durian-svn] [2341] minor adjustments to finals config script

campbell institute at blender.org
Thu Apr 22 14:05:55 CEST 2010


Revision: 2341
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2341
Author:   campbell
Date:     2010-04-22 14:05:55 +0200 (Thu, 22 Apr 2010)
Log Message:
-----------
minor adjustments to finals config script

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-04-22 11:59:01 UTC (rev 2340)
+++ pro/scripts/modules/finals_config.py	2010-04-22 12:05:55 UTC (rev 2341)
@@ -1,5 +1,5 @@
 # access thus
-'''
+''' # durian_init.py
 import finals_config
 reload(finals_config)
 finals_config.setup(baked=True)
@@ -67,18 +67,18 @@
         psys.cloth.settings.quality = 20
 
         psys.settings.child_nbr = 40
-        psys.settings.draw_step = 4
+        psys.settings.draw_step = 3
         psys.settings.mass = 0.03 # was 0.01
 
         if not baked:
             cache_path_from, cache_path_to = pointcache_dirs(psys.point_cache)
-            print("finals_config.py: configuring sintel's hair")
+            print("finals_config.py: configuring sintel's hair, (NEEDS BACKING)")
 
-            print("    mkdir '%s'" % (cache_path_to))
-            print("    mv %s/* %s/" % (cache_path_from, cache_path_to))
+            print("    mkdir '%s'" % (os.path.dirname(cache_path_to)))
+            print("    mv %s/* %s/" % (cache_path_from, os.path.dirname(cache_path_to)))
 
         else:
-            print("finals_config.py: configuring sintel's hair (NEEDS BAKING)")
+            print("finals_config.py: configuring sintel's hair")
 
         '''
         psys.settings.mass = 0.0



More information about the Durian-svn mailing list