From 049a5a86edcf78b070b73b141b657825145ae9a1 Mon Sep 17 00:00:00 2001 From: CoDEmanX Date: Tue, 4 Feb 2014 03:05:05 +0100 Subject: Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits --- io_curve_svg/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'io_curve_svg') diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py index 4a90e5ec..0c05e8da 100644 --- a/io_curve_svg/__init__.py +++ b/io_curve_svg/__init__.py @@ -25,13 +25,13 @@ bl_info = { "location": "File > Import > Scalable Vector Graphics (.svg)", "description": "Import SVG as curves", "warning": "", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\ + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/SVG", - "tracker_url": "http://projects.blender.org/tracker/index.php?"\ - "func=detail&aid=26166&", + "tracker_url": "https://developer.blender.org/T26166", "support": 'OFFICIAL', "category": "Import-Export"} + # To support reload properly, try to access a package var, # if it's there, reload everything if "bpy" in locals(): -- cgit v1.2.3