Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-01 15:10:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-01 15:10:01 +0300
commitc6519481e52b9b2b9f049a63487185cbba2ba965 (patch)
tree00ffd2db3d28f4e17cd7be423c129eb8e1c9d654 /io_anim_camera.py
parent01b2f67943cd8580576917466531ab2c45519ad0 (diff)
clear some pep8 complaints
Diffstat (limited to 'io_anim_camera.py')
-rw-r--r--io_anim_camera.py1
1 files changed, 0 insertions, 1 deletions
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")