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 --- paint_palette.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'paint_palette.py') diff --git a/paint_palette.py b/paint_palette.py index 992db0d7..7c95fd3e 100644 --- a/paint_palette.py +++ b/paint_palette.py @@ -28,9 +28,10 @@ bl_info = { "location": "Image Editor and 3D View > Any Paint mode > Color Palette or Weight Palette panel", "description": "Palettes for color and weight paint modes", "warning": "", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Paint/Palettes", - "tracker_url": "https://developer.blender.org/T25908", - "category": "Paint"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Paint/Palettes", + "category": "Paint", +} """ This addon brings palettes to the paint modes. -- cgit v1.2.3