base classes — bpy_struct, Modifier
Edit the weights of vertices in a group
Lower bound for a vertex’s weight to be added to the vgroup
| Type: | float in [0, 1], default 0.0 |
|---|
Default weight a vertex will have if it is not in the vgroup
| Type: | float in [0, 1], default 0.0 |
|---|
How weights are mapped to their new values
| Type: | enum in [‘LINEAR’, ‘CURVE’, ‘SHARP’, ‘SMOOTH’, ‘ROOT’, ‘ICON_SPHERECURVE’, ‘RANDOM’, ‘STEP’], default ‘LINEAR’ |
|---|
Custom mapping curve
| Type: | CurveMapping, (readonly) |
|---|
Global influence of current modifications on vgroup
| Type: | float in [-inf, inf], default 0.0 |
|---|
Which texture coordinates to use for mapping
| Type: | enum in [‘LOCAL’, ‘GLOBAL’, ‘OBJECT’, ‘UV’], default ‘LOCAL’ |
|---|
Which texture channel to use for masking
| Type: | enum in [‘INT’, ‘RED’, ‘GREEN’, ‘BLUE’, ‘HUE’, ‘SAT’, ‘VAL’, ‘ALPHA’], default ‘INT’ |
|---|
UV map name
| Type: | string, default “”, (never None) |
|---|
Masking vertex group name
| Type: | string, default “”, (never None) |
|---|
Upper bound for a vertex’s weight to be removed from the vgroup
| Type: | float in [0, 1], default 0.0 |
|---|
Add vertices with weight over threshold to vgroup
| Type: | boolean, default False |
|---|
Remove vertices with weight below threshold from vgroup
| Type: | boolean, default False |
|---|
Vertex group name
| Type: | string, default “”, (never None) |
|---|
Inherited Properties
Inherited Functions