Extensions:2.6/Py/Scripts/Rigging/Vertex Group Tools

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Rigging
移動先: 案内検索
Vertex Group Tools
Limit the amount of vertex groups per vertex / vertices
UI location File → User Preferences → Add-Ons → Rigging
Usage In mesh edit mode, use the search menu to find "Remove Excess Vertex Groups" and "Select Vertices With Num Vg"
Version 0.1 Author(s) Nathan Vegdahl
Blender 2.63 License MIT
Category Rigging Distribution Extern


Executable information
File name vertex_group_tools_addon.py
Current version download http://projects.blender.org/tracker/download.php/153/467/32827/22330/vertex_group_tools_addon.py


Introduction


The script is used to limit the amount of vertex groups that affect a particular vertex / vertices. This is useful for rigging and animation for real-time applications, such as games, where a vertex can usually be affected by a maximum of 4 different vertex groups. The script provides two operators for this task.

Select Vertices With Num Vg - selects vertices of a mesh, depending on how many vertex groups they have assigned. Options are:
- n (amount of vertex groups)
- Equal or Greater Than n
- Equal n
- Equal or Less Than n

Remove Excess Vertex Groups From Verts - it does just that, it removes excess vertex groups above a user specified number. It removes the weaker groups i.e. the groups that affect a vertex less than other groups.