fill out bl_info properly

This commit is contained in:
SleepKiller 2019-11-22 02:10:21 +13:00
parent 37bf2aaeaa
commit 98cc5af1d6
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
bl_info = { bl_info = {
'name': 'SWBF .msh export', 'name': 'SWBF .msh export',
'author': '', 'author': 'SleepKiller',
"version": (0, 1, 0), "version": (0, 1, 0),
'blender': (2, 80, 0), 'blender': (2, 80, 0),
'location': 'File > Import-Export', 'location': 'File > Import-Export',
'description': 'Export as SWBF .msh file', 'description': 'Export as SWBF .msh file',
'warning': '', 'warning': '',
'wiki_url': "", 'wiki_url': "https://github.com/SleepKiller/SWBF-msh-Blender-Export/blob/master/docs/reference_manual.md",
'tracker_url': "", 'tracker_url': "https://github.com/SleepKiller/SWBF-msh-Blender-Export/issues",
'support': 'COMMUNITY', 'support': 'COMMUNITY',
'category': 'Import-Export' 'category': 'Import-Export'
} }