Skip to content
Snippets Groups Projects
Commit 40c4ef48 authored by Luca Bonavita's avatar Luca Bonavita
Browse files

== addons ==

fixed info in directx exporter
parent 8558a92f
No related branches found
No related tags found
No related merge requests found
......@@ -23,12 +23,12 @@ bl_addon_info = {
'author': 'Chris Foster (Kira Vakaan)',
'version': '1.1',
'blender': (2, 5, 3),
'location': 'location":"File > Export',
'location': 'File > Export',
'description': 'Export to the DirectX Model Format',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/DirectX_Exporter',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=22795&group_id=153&atid=467',
'func=detail&aid=22795&group_id=153&atid=469',
'category': 'Import/Export'}
"""
Name: 'DirectX Exporter'
......@@ -867,4 +867,4 @@ def unregister():
bpy.types.INFO_MT_file_export.remove(menu_func)
if __name__=="__main__":
register()
\ No newline at end of file
register()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment