Post #3959: A prop might work for that, it can rename the active vertex group

📋 Metadata

🏷️ Tags

property scripting intermediate

  • Property Editor
  • Python Scripting

💬 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