Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-02-10 01:00:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-10 01:00:19 +0300
commitf22104542bf0025264934ba235b517abbe562c38 (patch)
tree2e5a482b15aefdd01ff1c9e6fdec6d0d76385931 /release
parent59a508d00b60cee1573d0158c52a83e1b4e6f74b (diff)
copy vgroups to selected objects as long as they have aligned arrays.
access in the vertex group panel menu.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/properties_data_mesh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/properties_data_mesh.py b/release/scripts/ui/properties_data_mesh.py
index 63daf3fc701..630dd5d1101 100644
--- a/release/scripts/ui/properties_data_mesh.py
+++ b/release/scripts/ui/properties_data_mesh.py
@@ -32,6 +32,7 @@ class MESH_MT_vertex_group_specials(bpy.types.Menu):
layout.operator("object.vertex_group_sort", icon='SORTALPHA')
layout.operator("object.vertex_group_copy", icon='COPY_ID')
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')