Extensions:2.6/Py/Scripts/Modeling/Show Vertex Group Weights
< Extensions:2.6 | Py | Scripts | Modeling
UI location | 3D View > Properties Region > Show Weights | ||
---|---|---|---|
Usage | While in Edit mode on a mesh object, find the Show Weights panel in the 3D View's Properties region (N). Left-click the "Show Vertex Group Weights" button to display the vertex groups and corresponding weights for each selected vertex.
The values are displayed both in the 3D View as an overlay and as a series of boxes in the Properties region. And from the Properties region, the vertex weights for any selected vertex can be directly adjusted. you can also remove a vertex from any given group. For the active vertex, you can add it to an existing vertex group (with a default weight of 1.0) or create a new group. | ||
Version | 0.7.2 | Author(s) | Jason van Gumster (Fweeb), Bartius Crouch, CoDEmanX |
Blender | 2.65.4 | License | GPL |
Category | Mesh | Distribution | Contrib |
Note(s) | This script borrows some code from Bart Crouch's old Index Visualiser add-on for the overlay in the 3D View. |
File name | mesh_show_vgroup_weights.py |
---|---|
Current version download | SVN |
Python modules | bpy, bmesh, bgl, blf, mathutils |
Known Issues | This addon toggles Edit mode from within the operators to add and remove a selected vertex to/from a vertex group. This, of course, is a no-no, but there aren't any easy workarounds at the moment. |
---|
Installation
- User Preferences → Addons
- In Supported Level, enable Testing
- Use the Addon browser to find and enable Show Vertex Groups/Weights (hint: it's in the Mesh category)
Instructions
See usage above. More detailed instructions to come.
- Back to Extensions:2.6/Py/Scripts