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-03 00:43:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-03 00:43:26 +0300
commit95bfbd470eeb1ccb3f69b5ba63875772860acdbf (patch)
treebb3990c0096eec9996c610bc8f81cd11dc11f443 /release/scripts/ui
parent1ee7b2fae4c61ac45ae6a7e53e51bea78a7ae306 (diff)
vertex group sort operator, access from the vgroup panel, sintels mesh has 144 vertex groups which got quite tedious to look through.
Diffstat (limited to 'release/scripts/ui')
-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 fb540eade9c..9128a742adb 100644
--- a/release/scripts/ui/properties_data_mesh.py
+++ b/release/scripts/ui/properties_data_mesh.py
@@ -121,6 +121,7 @@ class DATA_PT_vertex_groups(DataButtonsPanel):
col = row.column(align=True)
col.operator("object.vertex_group_add", icon='ZOOMIN', text="")
col.operator("object.vertex_group_remove", icon='ZOOMOUT', text="")
+ col.operator("object.vertex_group_sort", icon='SORTALPHA', text="")
col.operator("object.vertex_group_copy", icon='COPY_ID', text="")
if ob.data.users > 1: