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_curve¶ Custom Lamp Falloff Curve
Type: CurveMapping, (readonly)
-
falloff_radius¶ If not zero, the distance from the hook where influence ends
Type: float in [0, inf], default 0.0
-
falloff_type¶ Type: enum in [‘NONE’, ‘CURVE’, ‘SMOOTH’, ‘SPHERE’, ‘ROOT’, ‘INVERSE_SQUARE’, ‘SHARP’, ‘LINEAR’, ‘CONSTANT’], default ‘NONE’
-
matrix_inverse¶ Reverse the transformation between this object and its target
Type: float array of 16 items in [-inf, inf], default (0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
-
strength¶ Relative force of the hook
Type: float in [0, 1], default 0.0
-
subtarget¶ Name of Parent Bone for hook (if applicable), also recalculates and clears offset
Type: string, default “”, (never None)
-
use_falloff_uniform¶ Compensate for non-uniform 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