📋 Metadata

💬 Content

A prop might work for that, it can rename the active vertex group

image

return C.active_object.vertex_groups.active.name if C.active_object.vertex_groups.active != None else ""


C.active_object.vertex_groups.active.name= value

Adding the property as a menu in another menu should do it


🔗 View on Blender Artists