mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 21:20:33 +00:00
Fix a mistake found by a debug build of blender.
This commit is contained in:
parent
c65522b5cf
commit
d90fd4cee9
1 changed files with 1 additions and 1 deletions
|
@ -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'}
|
||||
|
|
Loading…
Reference in a new issue