[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46476] branches/meshdata_transfer/release /scripts/startup/bl_ui/space_view3d_toolbar.py: gui fixed

Ove Murberg Henriksen sorayasilvermoon at hotmail.com
Wed May 9 18:38:50 CEST 2012


Revision: 46476
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46476
Author:   cyborgmuppet
Date:     2012-05-09 16:38:49 +0000 (Wed, 09 May 2012)
Log Message:
-----------
gui fixed

Modified Paths:
--------------
    branches/meshdata_transfer/release/scripts/startup/bl_ui/space_view3d_toolbar.py

Modified: branches/meshdata_transfer/release/scripts/startup/bl_ui/space_view3d_toolbar.py
===================================================================
--- branches/meshdata_transfer/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2012-05-09 16:24:46 UTC (rev 46475)
+++ branches/meshdata_transfer/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2012-05-09 16:38:49 UTC (rev 46476)
@@ -983,6 +983,8 @@
 
         col = layout.column()
         col.active = ob.vertex_groups.active is not None
+        col.operator("object.vertex_group_copy_to_selected", text="Transfer weight All")
+        col.operator("object.vertex_group_copy_to_selected_single", text="Transfer weight")
         col.operator("object.vertex_group_normalize_all", text="Normalize All")
         col.operator("object.vertex_group_normalize", text="Normalize")
         col.operator("object.vertex_group_mirror", text="Mirror")




More information about the Bf-blender-cvs mailing list