[Durian-svn] [4536] Setup improvements for wing sim in shots 3.1i/k/l/n

nathan institute at blender.org
Fri Jun 4 15:56:06 CEST 2010


Revision: 4536
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=4536
Author:   nathan
Date:     2010-06-04 15:56:06 +0200 (Fri, 04 Jun 2010)
Log Message:
-----------
Setup improvements for wing sim in shots 3.1i/k/l/n

Modified Paths:
--------------
    pro/scenes/03.1_alley/03.1i.blend
    pro/scenes/03.1_alley/03.1k.blend
    pro/scenes/03.1_alley/03.1l.blend
    pro/scenes/03.1_alley/03.1n.blend
    pro/scripts/modules/finals_config.py

Modified: pro/scenes/03.1_alley/03.1i.blend
===================================================================
(Binary files differ)

Modified: pro/scenes/03.1_alley/03.1k.blend
===================================================================
(Binary files differ)

Modified: pro/scenes/03.1_alley/03.1l.blend
===================================================================
(Binary files differ)

Modified: pro/scenes/03.1_alley/03.1n.blend
===================================================================
(Binary files differ)

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-06-04 13:45:00 UTC (rev 4535)
+++ pro/scripts/modules/finals_config.py	2010-06-04 13:56:06 UTC (rev 4536)
@@ -1139,6 +1139,14 @@
         # Per-blend dragon baby stuff...
         if base_name.startswith("03.1g"):
             mod.point_cache.frame_start = frame_start - 10
+        elif base_name.startswith("03.1i"):
+            mod.point_cache.frame_start = -15
+        elif base_name.startswith("03.1k"):
+            mod.point_cache.frame_start = -20
+        elif base_name.startswith("03.1l"):
+            mod.point_cache.frame_start = -25
+        elif base_name.startswith("03.1n"):
+            mod.point_cache.frame_start = -25
         elif base_name.startswith("03.2e"):
             mod.point_cache.frame_start = -14
         elif base_name.startswith("03.3a"):



More information about the Durian-svn mailing list