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 --- uv_bake_texture_to_vcols.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uv_bake_texture_to_vcols.py') diff --git a/uv_bake_texture_to_vcols.py b/uv_bake_texture_to_vcols.py index 3bb84af2..b6bad671 100644 --- a/uv_bake_texture_to_vcols.py +++ b/uv_bake_texture_to_vcols.py @@ -39,9 +39,9 @@ bl_info = { "location": "3D View > Vertex Paint > Toolshelf > Bake", "warning": "Requires image texture, generated textures aren't supported.", "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/" - "Scripts/UV/Bake_Texture_to_Vertex_Colors", - "tracker_url": "https://developer.blender.org/T28211", - "category": "UV"} + "Scripts/UV/Bake_Texture_to_Vertex_Colors", + "category": "UV", +} import bpy from bpy.props import BoolProperty, EnumProperty, FloatVectorProperty -- cgit v1.2.3