[Durian-svn] [5305] minor changes from Cessen

campbell institute at blender.org
Fri Jun 18 12:17:30 CEST 2010


Revision: 5305
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=5305
Author:   campbell
Date:     2010-06-18 12:17:30 +0200 (Fri, 18 Jun 2010)
Log Message:
-----------
minor changes from Cessen

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-06-18 10:14:39 UTC (rev 5304)
+++ pro/scripts/modules/finals_config.py	2010-06-18 10:17:30 UTC (rev 5305)
@@ -1178,13 +1178,13 @@
         if base_name.startswith("03.1g"):
             cloth_mod.point_cache.frame_start = frame_start - 10
         elif base_name.startswith("03.1i"):
-            cloth_mod.point_cache.frame_start = -15
+            cloth_mod.point_cache.frame_start = -35
         elif base_name.startswith("03.1k"):
-            cloth_mod.point_cache.frame_start = -20
+            cloth_mod.point_cache.frame_start = -35
         elif base_name.startswith("03.1l"):
-            cloth_mod.point_cache.frame_start = -25
+            cloth_mod.point_cache.frame_start = -35
         elif base_name.startswith("03.1n"):
-            cloth_mod.point_cache.frame_start = -25
+            cloth_mod.point_cache.frame_start = -35
         elif base_name.startswith("03.2c"):
             cloth_mod.point_cache.frame_start = -20
         elif base_name.startswith("03.2d"):

Modified: pro/scripts/utilities/batch_bake.py
===================================================================
--- pro/scripts/utilities/batch_bake.py	2010-06-18 10:14:39 UTC (rev 5304)
+++ pro/scripts/utilities/batch_bake.py	2010-06-18 10:17:30 UTC (rev 5305)
@@ -14,7 +14,7 @@
 DO_SINTEL = False
 DO_SHAMAN = True
 DO_DRAGON_BABY = True
-DO_DRAGON_ADULT = False
+DO_DRAGON_ADULT = True
 
 # 0:bake not needed
 # 1:bake needed
@@ -169,6 +169,7 @@
     "08.2t": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 
 
     "08.4j": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 
+    "08.4e": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 1, "shaman_cloth": 0}, 
 
     "09.1aa": {"sintel": 0, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 
     "09.1a": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 



More information about the Durian-svn mailing list