Package bpy :: Module types :: Class HookModifier
[hide private]
[frames] | no frames]

Class HookModifier


The Hook Modifier Object

Hook modifier to modify the location of vertices.

(no references to this struct found)

Instance Variables [hide private]
boolean editmode
Use modifier while in the edit mode. (Inherited from bpy.types.Modifier)
boolean expanded
Set modifier expanded in the user interface. (Inherited from bpy.types.Modifier)
float in [0, inf] falloff
If not zero, the distance from the hook where influence ends.
float in [0, 1] force
Relative force of the hook.
string name
Modifier name. (Inherited from bpy.types.Modifier)
Object object
Parent Object for hook, also recalculates and clears offset
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
string subtarget
Name of Parent Bone for hook (if applicable), also recalculates and clears offset (maximum length of 32)
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
string vertex_group
Vertex group name.
Instance Variable Details [hide private]

vertex_group

Vertex group name. (maximum length of 32)
Type:
string