[Durian-svn] [5309] minor updates for hair baking scripts

campbell institute at blender.org
Fri Jun 18 12:28:11 CEST 2010


Revision: 5309
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=5309
Author:   campbell
Date:     2010-06-18 12:28:11 +0200 (Fri, 18 Jun 2010)
Log Message:
-----------
minor updates for hair baking scripts

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:26:14 UTC (rev 5308)
+++ pro/scripts/modules/finals_config.py	2010-06-18 10:28:11 UTC (rev 5309)
@@ -846,7 +846,7 @@
         elif base_name.startswith("05.1a"): preset = -1
         elif base_name.startswith("05.1b"): preset = 54
         elif base_name.startswith("05.1c"): preset = 54
-        elif base_name.startswith("05.1d"): preset = 54 # no comp file!
+        elif base_name.startswith("05.1d"): preset = 54
         elif base_name.startswith("05.4a"): preset = 54 # no comp file!
 
         elif 0:

Modified: pro/scripts/utilities/batch_bake.py
===================================================================
--- pro/scripts/utilities/batch_bake.py	2010-06-18 10:26:14 UTC (rev 5308)
+++ pro/scripts/utilities/batch_bake.py	2010-06-18 10:28:11 UTC (rev 5309)
@@ -11,9 +11,9 @@
 OVERRIDE = True
 
 # what to bake!!
-DO_SINTEL = False
-DO_SHAMAN = True
-DO_DRAGON_BABY = True
+DO_SINTEL = True
+DO_SHAMAN = False
+DO_DRAGON_BABY = False
 DO_DRAGON_ADULT = True
 
 # 0:bake not needed
@@ -105,6 +105,10 @@
     "05.1c": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 
     "05.1d": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 
 
+    "05.2a": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 
+    "05.2b": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 
+    "05.2c": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 
+
     "05.5": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 
 
     "05.7a": {"sintel": 1, "dragon_baby": 0, "dragon_adult": 0, "shaman_cloth": 0}, 



More information about the Durian-svn mailing list