Skip to content

Commit

Permalink
Minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
neumond committed May 1, 2018
1 parent d8c920d commit 0b7a2d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion io_scene_md3/__init__.py
@@ -1,7 +1,7 @@
bl_info = {
"name": "Quake 3 Model (.md3)",
"author": "Vitaly Verhovodov",
"version": (0, 2, 0),
"version": (0, 2, 1),
"blender": (2, 72, 0),
"location": "File > Import-Export > Quake 3 Model",
"description": "Quake 3 Model format (.md3)",
Expand Down Expand Up @@ -49,6 +49,7 @@ def execute(self, context):
self.report({'ERROR'}, str(e))
return {'CANCELLED'}


def menu_func_import(self, context):
self.layout.operator(ImportMD3.bl_idname, text="Quake 3 Model (.md3)")

Expand Down

0 comments on commit 0b7a2d8

Please sign in to comment.