Fix a mistake found by a debug build of blender.

This commit is contained in:
Bill Currie 2011-09-18 18:49:16 +09:00
parent c65522b5cf
commit d90fd4cee9

View file

@ -394,4 +394,4 @@ def import_mdl(operator, context, filepath):
mdl.mesh.update()
bpy.context.user_preferences.edit.use_global_undo = True
return 'FINISHED'
return {'FINISHED'}