base class — bpy_struct
Collection of vertex groups
Vertex groups of the object
| Type : | VertexGroup, (readonly) |
|---|
Active index in vertex group array
| Type : | int in [-32768, 32767], default 0 |
|---|
Add vertex group to object
| Parameters: | name (string, (optional, never None)) – Vertex group name |
|---|---|
| Returns: | New vertex group |
| Return type: | VertexGroup |
Delete vertex group from object
| Parameters: | group (VertexGroup, (never None)) – Vertex group to remove |
|---|
Delete all vertex groups from object
Inherited Properties
Inherited Functions
|
References