base classes — bpy_struct, Modifier
Mix the weights of two vertex groups
Default weight a vertex will have if it is not in the first vgroup
| Type : | float in [0, 1], default 0.0 |
|---|
Default weight a vertex will have if it is not in the second vgroup
| Type : | float in [0, 1], default 0.0 |
|---|
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 layer name
| Type : | string, default “” |
|---|
Masking vertex group name
| Type : | string, default “” |
|---|
How weights from vgroup 2 affect weights of vgroup 1
| Type : | enum in [‘SET’, ‘ADD’, ‘SUB’, ‘MUL’, ‘DIV’, ‘DIF’, ‘AVG’], default ‘SET’ |
|---|
Which vertices should be affected
| Type : | enum in [‘ALL’, ‘A’, ‘B’, ‘OR’, ‘AND’], default ‘ALL’ |
|---|
First vertex group name
| Type : | string, default “” |
|---|
Second vertex group name
| Type : | string, default “” |
|---|
Inherited Properties
Inherited Functions
|