[#24243] wavefront animation export

fix from dan grauer (kromar)
This commit is contained in:
Campbell Barton 2010-10-14 09:09:41 +00:00
parent d3bf6b7224
commit 01733ecd6e

@ -750,7 +750,7 @@ def _write(context, filepath,
# Export an animation? # Export an animation?
if EXPORT_ANIMATION: if EXPORT_ANIMATION:
scene_frames = range(scene.frame_start, context.frame_end + 1) # Up to and including the end frame. scene_frames = range(scene.frame_start, scene.frame_end + 1) # Up to and including the end frame.
else: else:
scene_frames = [orig_frame] # Dont export an animation. scene_frames = [orig_frame] # Dont export an animation.