SimpleDeformModifier(Modifier)
base classes — bpy_struct, Modifier
-
class bpy.types.SimpleDeformModifier(Modifier)
Simple deformation modifier to apply effects such as twisting and bending
-
deform_method
Type : | enum in [‘TWIST’, ‘BEND’, ‘TAPER’, ‘STRETCH’], default ‘TWIST’ |
-
factor
Type : | float in [-inf, inf], default 0.0 |
-
limits
Lower/Upper limits for deform
Type : | float array of 2 items in [0, 1], default (0.0, 0.0) |
-
lock_x
Type : | boolean, default False |
-
lock_y
Type : | boolean, default False |
-
origin
Origin of modifier space coordinates
-
use_relative
Sets the origin of deform space to be relative to the object
Type : | boolean, default False |
-
vertex_group
Vertex group name
Inherited Properties
Inherited Functions