A blender addon used for removing empty vertex groups and bones with no corresponding vertex groups.
- Download from github release
- Then just install the
.zip
file in the same way as other blender addons - NOTE: You need to enable
Setting - Interface - Display - Develop Extras
to use this plugin. (thanks for @minitiv)
- Select some mesh objects whose vertex groups will be checked.
- F3 - Remove Unused VeretxGroups
- The empty vertex groups on the mesh objects should have been removed.
For example (in demo.blend
):
- Vertex Group
Using
is being used - Vertex Group
Unused
is empty - Select
Cylinder
- Press
F3
- Type
Remove Unused VeretxGroups
- Vertex Group
Unused
was removed - Log can be found in
Window - Toggle System Console
- Select some mesh objects whose vertex groups will be checked.
- Ctrl+Click select an armature object whose bone will be removed. (Make sure the armature is the active object)
- F3 - Remove Unused Bones
- The bones on the armature object which are not referred by the vertex groups of mesh objects should have been removed.
For example (in demo.blend
):