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:
Diffstat (limited to 'io_anim_camera.py')
-rw-r--r--io_anim_camera.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_anim_camera.py b/io_anim_camera.py
index b0ee4cbc..64c79d20 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -141,7 +141,7 @@ class CameraExporter(bpy.types.Operator):
self.properties.frame_start = context.scene.frame_start
self.properties.frame_end = context.scene.frame_end
- wm = context.manager
+ wm = context.window_manager
wm.add_fileselect(self)
return {'RUNNING_MODAL'}