From 40c4ef48135695df5075f0771b4f5bbd656b88fe Mon Sep 17 00:00:00 2001 From: Luca Bonavita <mindrones@gmail.com> Date: Fri, 9 Jul 2010 13:28:08 +0000 Subject: [PATCH] == addons == fixed info in directx exporter --- export_directx_x.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/export_directx_x.py b/export_directx_x.py index 627226cba..c51166fe1 100644 --- a/export_directx_x.py +++ b/export_directx_x.py @@ -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() -- GitLab