Slight improvements to vgroup tooltips
This commit is contained in:
@@ -29,7 +29,7 @@ class MESH_MT_vertex_group_specials(Menu):
|
||||
def draw(self, context):
|
||||
layout = self.layout
|
||||
|
||||
layout.operator("object.vertex_group_sort", icon='SORTALPHA').sort_type = "NAME"
|
||||
layout.operator("object.vertex_group_sort", icon='SORTALPHA', text="Sort by Name").sort_type = "NAME"
|
||||
layout.operator("object.vertex_group_sort", icon='ARMATURE_DATA', text="Sort by Bone Hierarchy").sort_type = "BONE_HIERARCHY"
|
||||
layout.operator("object.vertex_group_copy", icon='COPY_ID')
|
||||
layout.operator("object.vertex_group_copy_to_linked", icon='LINK_AREA')
|
||||
|
||||
@@ -3934,7 +3934,7 @@ void OBJECT_OT_vertex_group_mirror(wmOperatorType *ot)
|
||||
/* identifiers */
|
||||
ot->name = "Mirror Vertex Group";
|
||||
ot->idname = "OBJECT_OT_vertex_group_mirror";
|
||||
ot->description = "Mirror all vertex groups, flip weights and/or names, editing only selected vertices, "
|
||||
ot->description = "Mirror vertex group, flip weights and/or names, editing only selected vertices, "
|
||||
"flipping when both sides are selected otherwise copy from unselected";
|
||||
|
||||
/* api callbacks */
|
||||
|
||||
Reference in New Issue
Block a user