Blender V2.61 - r43446
|
#include <DNA_modifier_types.h>
Public Attributes | |
ModifierData | modifier |
struct Object * | object |
char | subtarget [64] |
float | parentinv [4][4] |
float | cent [3] |
float | falloff |
int * | indexar |
int | totindex |
float | force |
char | name [64] |
Definition at line 446 of file DNA_modifier_types.h.
float HookModifierData::cent[3] |
Definition at line 453 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts_do(), direct_link_object(), draw_hooks(), object_hook_assign_exec(), and object_hook_recenter_exec().
Definition at line 454 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts_do(), and direct_link_object().
float HookModifierData::force |
Definition at line 458 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts_do(), direct_link_object(), and initData().
Definition at line 456 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts_do(), direct_link_modifiers(), direct_link_object(), freeData(), load_editMesh(), object_hook_assign_exec(), object_hook_select(), requiredDataMask(), select_editcurve_hook(), select_editlattice_hook(), select_editmesh_hook(), and write_modifiers().
Definition at line 447 of file DNA_modifier_types.h.
Referenced by add_hook_object().
char HookModifierData::name[64] |
Definition at line 459 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts(), deformVerts_do(), deformVertsEM(), and requiredDataMask().
struct Object* HookModifierData::object |
Definition at line 449 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts_do(), direct_link_object(), draw_hooks(), ED_armature_bone_rename(), foreachObjectLink(), isDisabled(), object_hook_reset_exec(), select_grouped_object_hooks(), and updateDepgraph().
float HookModifierData::parentinv[4][4] |
Definition at line 452 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts_do(), direct_link_object(), and object_hook_reset_exec().
char HookModifierData::subtarget[64] |
Definition at line 450 of file DNA_modifier_types.h.
Referenced by copyData(), deformVerts_do(), ED_armature_bone_rename(), object_hook_reset_exec(), and updateDepgraph().
Definition at line 457 of file DNA_modifier_types.h.
Referenced by copyData(), direct_link_modifiers(), direct_link_object(), load_editMesh(), object_hook_assign_exec(), and write_modifiers().