From 5bc482f647af6a3bf2e2b980108a25fa4c3ba352 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 21 May 2014 13:04:43 +1000 Subject: Maintenance to bl_info, remove redundant tracker URL's --- io_scene_ms3d/__init__.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'io_scene_ms3d') diff --git a/io_scene_ms3d/__init__.py b/io_scene_ms3d/__init__.py index c1b54359..e424968f 100644 --- a/io_scene_ms3d/__init__.py +++ b/io_scene_ms3d/__init__.py @@ -19,18 +19,18 @@ # bl_info = { - 'name': "MilkShape3D MS3D format (.ms3d)", - 'description': "Import / Export MilkShape3D MS3D files " - "(conform with MilkShape3D v1.8.4)", - 'author': "Alexander Nussbaumer", - 'version': (1, 0, 0), - 'blender': (2, 69, 2), - 'location': "File > Import & File > Export", - 'warning': "", - 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/MilkShape3D_MS3D", - 'tracker_url': "https://developer.blender.org/T34084", - 'category': "Import-Export"} + "name": "MilkShape3D MS3D format (.ms3d)", + "description": "Import / Export MilkShape3D MS3D files " + "(conform with MilkShape3D v1.8.4)", + "author": "Alexander Nussbaumer", + "version": (1, 0, 0), + "blender": (2, 69, 2), + "location": "File > Import & File > Export", + "warning": "", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Import-Export/MilkShape3D_MS3D", + "category": "Import-Export", +} ############################################################################### -- cgit v1.2.3