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_import_scene_mhx.py
parente4871edb66204081ac5939402bb2ff3f534fe53f (diff)
updates for changes in blenders api
Diffstat (limited to 'io_import_scene_mhx.py')
-rw-r--r--io_import_scene_mhx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index a11d8c2a..982df04a 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -2429,7 +2429,7 @@ class IMPORT_OT_makehuman_mhx(bpy.types.Operator):
return {'FINISHED'}
def invoke(self, context, event):
- context.window_manager.add_fileselect(self)
+ context.window_manager.fileselect_add(self)
return {'RUNNING_MODAL'}
def menu_func(self, context):