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
  • TWIST Twist, Rotate around the Z axis of the modifier space.
  • BEND Bend, Bend the mesh over the Z axis of the modifier space.
  • TAPER Taper, Linearly scale along Z axis of the modifier space.
  • STRETCH Stretch, Stretch the object along the Z axis of the modifier space.
Type :enum in [‘TWIST’, ‘BEND’, ‘TAPER’, ‘STRETCH’], default ‘TWIST’
factor

Amount to deform object

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

Do not allow deformation along the X axis

Type :boolean, default False
lock_y

Do not allow deformation along the Y axis

Type :boolean, default False
origin

Origin of modifier space coordinates

Type :Object
use_relative

Set the origin of deform space to be relative to the object

Type :boolean, default False
vertex_group

Vertex group name

Type :string, default “”, (never None)

Inherited Properties

Inherited Functions

Previous topic

ShrinkwrapModifier(Modifier)

Next topic

SkinModifier(Modifier)