From c6519481e52b9b2b9f049a63487185cbba2ba965 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 1 Jan 2011 12:10:01 +0000 Subject: clear some pep8 complaints --- io_anim_camera.py | 1 - 1 file changed, 1 deletion(-) (limited to 'io_anim_camera.py') diff --git a/io_anim_camera.py b/io_anim_camera.py index dd975aba..ebe6e8e1 100644 --- a/io_anim_camera.py +++ b/io_anim_camera.py @@ -77,7 +77,6 @@ def writeCameras(context, filepath, frame_start, frame_end, only_selected=False) fw("cameras['%s'] = obj\n" % obj.name) fw("\n") - for f in frame_range: scene.frame_set(f) fw("# new frame\n") -- cgit v1.2.3