[Bf-extensions-cvs] [0f20a06] master: fix for toolshelf

Brendon Murphy noreply at git.blender.org
Mon Jul 21 13:36:45 CEST 2014


Commit: 0f20a06a22f6ad25e5d2b8dd6bba8e16ab36cf09
Author: Brendon Murphy
Date:   Mon Jul 21 21:36:04 2014 +1000
Branches: master
https://developer.blender.org/rBAC0f20a06a22f6ad25e5d2b8dd6bba8e16ab36cf09

fix for toolshelf

===================================================================

M	mesh_select_vertex_groups.py

===================================================================

diff --git a/mesh_select_vertex_groups.py b/mesh_select_vertex_groups.py
index ee77729..7d9fb6f 100644
--- a/mesh_select_vertex_groups.py
+++ b/mesh_select_vertex_groups.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Select Vertex Groups",
     "author": "Martin Ellison",
     "version": (1, 0),
-    "blender": (2, 59, 0),
+    "blender": (2, 71, 0),
     "location": "Toolbox",
     "description": "Finds all the vertex groups that chosen verts are in, & any verts that are not in any group",
     "warning": "Buggy", # used for warning icon and text in addons panel
@@ -183,6 +183,7 @@ class VIEW3D_PT_FixVertexGroups(bpy.types.Panel):
     bl_space_type = "VIEW_3D"
     bl_region_type = "TOOLS"
     bl_label = "Select Vertex Groups"
+    bl_category = 'Tools'
     bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod



More information about the Bf-extensions-cvs mailing list