base classes — bpy_struct, Modifier
Simple deformation modifier to apply effects such as twisting and bending
| Type : | enum in [‘TWIST’, ‘BEND’, ‘TAPER’, ‘STRETCH’], default ‘TWIST’ |
|---|
Amount to deform object
| Type : | float in [-inf, inf], default 0.0 |
|---|
Lower/Upper limits for deform
| Type : | float array of 2 items in [0, 1], default (0.0, 0.0) |
|---|
Do not allow tapering along the X axis
| Type : | boolean, default False |
|---|
Do not allow tapering along the Y axis
| Type : | boolean, default False |
|---|
Sets the origin of deform space to be relative to the object
| Type : | boolean, default False |
|---|
Vertex group name
| Type : | string, default “” |
|---|
Inherited Properties
Inherited Functions
|