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 deformation along the X axis
Type : | boolean, default False |
---|
Do not allow deformation along the Y axis
Type : | boolean, default False |
---|
Set the origin of deform space to be relative to the object
Type : | boolean, default False |
---|
Vertex group name
Type : | string, default “”, (never None) |
---|
Inherited Properties
Inherited Functions
|