Post #3959: A prop might work for that, it can rename the active vertex group
📋 Metadata
- Author: Motiomancer
- Date: 2021-08-04 23:17:53
- Type:
answer - Quality Score: 7/10
- Reply to: post_03958
- Replies (1): post_03960
🏷️ Tags
property scripting intermediate
⚙️ Related PME Features
- Property Editor
- Python Scripting
💬 Content
A prop might work for that, it can rename the active vertex group

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