base class — bpy_struct
Group of vertices, used for armature deform and other purposes
Index number of the vertex group
| Type: | int in [0, inf], default 0, (readonly) |
|---|
Maintain the relative weights for the group
| Type: | boolean, default False |
|---|
Vertex group name
| Type: | string, default “”, (never None) |
|---|
Add vertices to the group
| Parameters: |
|
|---|
Remove a vertex from the group
| Parameters: | index (int array of 1 items in [-inf, inf]) – Index List |
|---|
Get a vertex weight from the group
| Parameters: | index (int in [0, inf]) – Index, The index of the vertex |
|---|---|
| Returns: | Vertex weight |
| Return type: | float in [0, 1] |
Inherited Properties
Inherited Functions
References