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>2010-12-08 14:47:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-12-08 14:47:35 +0300
commit4bdaedfc4a04c1f6e4818628904cce11cda62258 (patch)
treeb10678778fa3511210d884a79e9f9596fff97fa2 /io_anim_camera.py
parente4871edb66204081ac5939402bb2ff3f534fe53f (diff)
updates for changes in blenders api
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 333f437c..1450a154 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -144,7 +144,7 @@ class CameraExporter(bpy.types.Operator, ExportHelper):
self.frame_end = context.scene.frame_end
wm = context.window_manager
- wm.add_fileselect(self)
+ wm.fileselect_add(self)
return {'RUNNING_MODAL'}