[Durian-svn] [2392] pre-roll wasnt doing anything

campbell institute at blender.org
Fri Apr 23 12:10:55 CEST 2010


Revision: 2392
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2392
Author:   campbell
Date:     2010-04-23 12:10:54 +0200 (Fri, 23 Apr 2010)
Log Message:
-----------
pre-roll wasnt doing anything

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

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-04-23 10:08:00 UTC (rev 2391)
+++ pro/scripts/modules/finals_config.py	2010-04-23 10:10:54 UTC (rev 2392)
@@ -36,7 +36,7 @@
 
 
     def pointcache_generic_setup(point_cache, frame_start, frame_end):
-        point_cache.frame_start = frame_start
+        point_cache.frame_start = frame_start - pre_roll
         point_cache.frame_end = frame_end
         point_cache.step = 1
         point_cache.disk_cache = True



More information about the Durian-svn mailing list