Skip to content
Snippets Groups Projects
Commit eec6ebb9 authored by Brendon Murphy's avatar Brendon Murphy
Browse files

removed warning

parent b47afd85
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ bl_info = { ...@@ -23,7 +23,7 @@ bl_info = {
'blender': (2, 5, 9), 'blender': (2, 5, 9),
'location': 'Toolbox', 'location': 'Toolbox',
'description': 'Finds all the vertex groups that chosen verts are in, & any verts that are not in any group', 'description': 'Finds all the vertex groups that chosen verts are in, & any verts that are not in any group',
'warning': 'Broken', # used for warning icon and text in addons panel 'warning': '', # used for warning icon and text in addons panel
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Modeling/Select_Vertex_Groups", "Scripts/Modeling/Select_Vertex_Groups",
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment