[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53819] trunk/blender/release/scripts/ startup/bl_ui/properties_data_mesh.py: Added new function ' Remove Selection from All Vertex Groups' to the Vertex Group Special functions popup

Gaia Clary gaia.clary at machinimatrix.org
Tue Jan 15 17:07:45 CET 2013


Revision: 53819
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53819
Author:   gaiaclary
Date:     2013-01-15 16:07:43 +0000 (Tue, 15 Jan 2013)
Log Message:
-----------
Added new function 'Remove Selection from All Vertex Groups' to the Vertex Group Special functions popup

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py	2013-01-15 15:42:12 UTC (rev 53818)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_data_mesh.py	2013-01-15 16:07:43 UTC (rev 53819)
@@ -34,7 +34,8 @@
         layout.operator("object.vertex_group_copy_to_linked", icon='LINK_AREA')
         layout.operator("object.vertex_group_copy_to_selected", icon='LINK_AREA')
         layout.operator("object.vertex_group_mirror", icon='ARROW_LEFTRIGHT')
-        layout.operator("object.vertex_group_remove", icon='X', text="Delete All").all = True
+        layout.operator("object.vertex_group_remove", icon='X', text="Delete All Vertex Groups").all = True
+        layout.operator("object.vertex_group_remove_from", icon='X', text="Remove Selected from All Vertex Groups").all = True
         layout.separator()
         layout.operator("object.vertex_group_lock", icon='LOCKED', text="Lock All").action = 'LOCK'
         layout.operator("object.vertex_group_lock", icon='UNLOCKED', text="UnLock All").action = 'UNLOCK'




More information about the Bf-blender-cvs mailing list