[Durian-svn] [4555] Setup for wing sim on 3.4

nathan institute at blender.org
Fri Jun 4 17:38:17 CEST 2010


Revision: 4555
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=4555
Author:   nathan
Date:     2010-06-04 17:38:17 +0200 (Fri, 04 Jun 2010)
Log Message:
-----------
Setup for wing sim on 3.4

Modified Paths:
--------------
    pro/scenes/03.4_chickenrun/03.4a.blend
    pro/scenes/03.4_chickenrun/03.4b.blend
    pro/scenes/03.4_chickenrun/03.4c.blend
    pro/scripts/modules/finals_config.py

Modified: pro/scenes/03.4_chickenrun/03.4a.blend
===================================================================
(Binary files differ)

Modified: pro/scenes/03.4_chickenrun/03.4b.blend
===================================================================
(Binary files differ)

Modified: pro/scenes/03.4_chickenrun/03.4c.blend
===================================================================
(Binary files differ)

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-06-04 15:25:37 UTC (rev 4554)
+++ pro/scripts/modules/finals_config.py	2010-06-04 15:38:17 UTC (rev 4555)
@@ -1157,8 +1157,12 @@
             mod.point_cache.frame_start = -60
         elif base_name.startswith("03.3c"):
             mod.point_cache.frame_start = 257
+        elif base_name.startswith("03.4a"):
+            mod.point_cache.frame_start = 16
         elif base_name.startswith("03.4b"):
-            mod.point_cache.frame_start = frame_start - 1
+            mod.point_cache.frame_start = 45
+        elif base_name.startswith("03.4c"):
+            mod.point_cache.frame_start = 98
         elif base_name.startswith("04.1c"):
             mod.point_cache.frame_start = frame_start - 3
 



More information about the Durian-svn mailing list