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 --- mesh_inset/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mesh_inset/__init__.py') diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py index 8d4054d3..fa3f7973 100644 --- a/mesh_inset/__init__.py +++ b/mesh_inset/__init__.py @@ -26,12 +26,12 @@ bl_info = { "location": "View3D > Tools", "description": "Make an inset polygon inside selection.", "warning": "", - "wiki_url": \ - "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Modeling/Inset-Polygon", - "tracker_url": \ - "http://projects.blender.org/tracker/index.php?func=detail&aid=27290&group_id=153&atid=469", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Modeling/Inset-Polygon", + "tracker_url": "https://developer.blender.org/T27290", "category": "Mesh"} + if "bpy" in locals(): import imp else: -- cgit v1.2.3