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) |
|---|
Vertex group name
| Type : | string, default “” |
|---|
Add vertices to the group.
| Parameters: |
|
|---|
Remove a vertex from the group.
| Parameters: |
|
|---|
Get a vertex weight from the group.
| Parameters: |
|
|---|---|
| Returns: | Vertex weight. |
| Return type: | float in [0, 1] |
Inherited Properties
Inherited Functions
|
References