Revision: 32465
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32465
Author:   campbellbarton
Date:     2010-10-14 11:09:41 +0200 (Thu, 14 Oct 2010)

Log Message:
-----------
[#24243] wavefront animation export
fix from dan grauer (kromar)

Modified Paths:
--------------
    trunk/blender/release/scripts/op/io_scene_obj/export_obj.py

Modified: trunk/blender/release/scripts/op/io_scene_obj/export_obj.py
===================================================================
--- trunk/blender/release/scripts/op/io_scene_obj/export_obj.py 2010-10-14 
09:01:03 UTC (rev 32464)
+++ trunk/blender/release/scripts/op/io_scene_obj/export_obj.py 2010-10-14 
09:09:41 UTC (rev 32465)
@@ -750,7 +750,7 @@
 
         # Export an 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:
             scene_frames = [orig_frame] # Dont export an animation.
 


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to