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 --- mesh_inset/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mesh_inset/__init__.py') diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py index c8b1f526..dc5cd08f 100644 --- a/mesh_inset/__init__.py +++ b/mesh_inset/__init__.py @@ -27,8 +27,7 @@ bl_info = { "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": "https://developer.blender.org/T27290", + "Scripts/Modeling/Inset-Polygon", "category": "Mesh"} -- cgit v1.2.3