[Durian-svn] [4381] Added scene config parameters for 3.3a to finals_config.py

nathan institute at blender.org
Thu Jun 3 11:14:06 CEST 2010


Revision: 4381
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=4381
Author:   nathan
Date:     2010-06-03 11:14:06 +0200 (Thu, 03 Jun 2010)
Log Message:
-----------
Added scene config parameters for 3.3a to finals_config.py

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-06-03 09:12:54 UTC (rev 4380)
+++ pro/scripts/modules/finals_config.py	2010-06-03 09:14:06 UTC (rev 4381)
@@ -1140,6 +1140,8 @@
         # Per-blend dragon baby stuff...
         if base_name.startswith("03.1g"):
             mod.point_cache.frame_start = frame_start - 10
+        elif base_name.startswith("03.3a"):
+            mod.point_cache.frame_start = -60
         elif base_name.startswith("03.4b"):
             mod.point_cache.frame_start = frame_start - 1
         elif base_name.startswith("04.1c"):



More information about the Durian-svn mailing list