using Blender 2.49 as playback for Ctrl+F11 doesn't take 'frame step' into consideration

... now it does ;) -- self-reported bug, not in tracker. Sorry statics people.
This commit is contained in:
Dalai Felinto 2011-09-28 17:57:12 +00:00
parent 47ca7e23c0
commit 4ea3f1cc29

@ -136,7 +136,7 @@ class PlayRenderedAnim(Operator):
del process
# -----------------------------------------------------------------
opts = ["-a", "-f", str(rd.fps), str(rd.fps_base), file]
opts = ["-a", "-f", str(rd.fps), str(rd.fps_base), "-j", str(scene.frame_step), file]
cmd.extend(opts)
elif preset == 'DJV':
opts = [file, "-playback_speed", "%d" % int(rd.fps / rd.fps_base)]