HookModifier(Modifier)

base classes — bpy_struct, Modifier

class bpy.types.HookModifier(Modifier)

Hook modifier to modify the location of vertices

center
Type:float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
falloff

If not zero, the distance from the hook where influence ends

Type:float in [0, inf], default 0.0
force

Relative force of the hook

Type:float in [0, 1], default 0.0
object

Parent Object for hook, also recalculates and clears offset

Type:Object
subtarget

Name of Parent Bone for hook (if applicable), also recalculates and clears offset

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

Calculate falloff compensating for object scale

Type:boolean, default False
vertex_group

Name of Vertex Group which determines influence of modifier per point

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

Inherited Properties

Inherited Functions

Previous topic

Histogram(bpy_struct)

Next topic

HueCorrectModifier(SequenceModifier)