Skip to content

Commit

Permalink
update Blender Plugin Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jul 1, 2017
1 parent 3ca3fd9 commit 67875df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions io_ogre/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

bl_info = {
"name": "OGRE Exporter (.scene, .mesh, .skeleton) and RealXtend (.txml)",
"author": "Brett, S.Rombauts, F00bar, Waruck, Mind Calamity, Mr.Magne, Jonne Nauha, vax456, Richard Plangger",
"version": (0, 6, 2),
"author": "Brett, S.Rombauts, F00bar, Waruck, Mind Calamity, Mr.Magne, Jonne Nauha, vax456, Richard Plangger, Pavel Rojtberg",
"version": (0, 7, 0),
"blender": (2, 7, 5),
"location": "File > Export...",
"description": "Export to Ogre xml and binary formats",
"wiki_url": "https://bitbucket.org/plan_rich/blender2ogre/overview",
"tracker_url": "https://bitbucket.org/plan_rich/blender2ogre/issues?status=new&status=open",
"wiki_url": "https://github.com/OGRECave/blender2ogre",
"tracker_url": "https://github.com/OGRECave/blender2ogre/issues",
"category": "Import-Export"
}

Expand Down

0 comments on commit 67875df

Please sign in to comment.