|
Blender V4.5
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| struct Tex * | texture |
| struct Object * | map_object |
| char | map_bone [64] |
| char | uvlayer_name [68] |
| char | _pad1 [4] |
| int | uvlayer_tmp |
| int | texmapping |
| struct Object * | object_from |
| struct Object * | object_to |
| char | bone_from [64] |
| char | bone_to [64] |
| struct CurveMapping * | curfalloff |
| char | defgrp_name [64] |
| float | strength |
| float | falloff_radius |
| char | flag |
| char | falloff_type |
| char | _pad2 [6] |
| void * | _pad3 |
Definition at line 1456 of file DNA_modifier_types.h.
| char WarpModifierData::_pad1[4] |
Definition at line 1465 of file DNA_modifier_types.h.
| char WarpModifierData::_pad2[6] |
Definition at line 1484 of file DNA_modifier_types.h.
| void* WarpModifierData::_pad3 |
Definition at line 1485 of file DNA_modifier_types.h.
| char WarpModifierData::bone_from[64] |
Optional name of bone target.
Definition at line 1473 of file DNA_modifier_types.h.
Referenced by update_depsgraph(), and warpModifier_do().
| char WarpModifierData::bone_to[64] |
Optional name of bone target.
Definition at line 1475 of file DNA_modifier_types.h.
Referenced by update_depsgraph(), and warpModifier_do().
| struct CurveMapping* WarpModifierData::curfalloff |
Definition at line 1477 of file DNA_modifier_types.h.
Referenced by blend_read(), blend_write(), copy_data(), do_version_curvemapping_walker(), free_data(), init_data(), and warpModifier_do().
| char WarpModifierData::defgrp_name[64] |
Optional vertex-group name.
Definition at line 1479 of file DNA_modifier_types.h.
Referenced by required_data_mask(), and warpModifier_do().
| float WarpModifierData::falloff_radius |
Definition at line 1481 of file DNA_modifier_types.h.
Referenced by warpModifier_do().
| char WarpModifierData::falloff_type |
Definition at line 1483 of file DNA_modifier_types.h.
Referenced by warpModifier_do().
| char WarpModifierData::flag |
Definition at line 1482 of file DNA_modifier_types.h.
Referenced by warpModifier_do().
| char WarpModifierData::map_bone[64] |
Definition at line 1463 of file DNA_modifier_types.h.
Referenced by update_depsgraph().
| struct Object* WarpModifierData::map_object |
Definition at line 1462 of file DNA_modifier_types.h.
Referenced by foreach_ID_link(), and update_depsgraph().
| ModifierData WarpModifierData::modifier |
Definition at line 1457 of file DNA_modifier_types.h.
| struct Object* WarpModifierData::object_from |
Definition at line 1470 of file DNA_modifier_types.h.
Referenced by foreach_ID_link(), is_disabled(), update_depsgraph(), and warpModifier_do().
| struct Object* WarpModifierData::object_to |
Definition at line 1471 of file DNA_modifier_types.h.
Referenced by foreach_ID_link(), is_disabled(), update_depsgraph(), and warpModifier_do().
| float WarpModifierData::strength |
Definition at line 1480 of file DNA_modifier_types.h.
Referenced by warpModifier_do().
| int WarpModifierData::texmapping |
Definition at line 1467 of file DNA_modifier_types.h.
Referenced by required_data_mask(), and update_depsgraph().
| struct Tex* WarpModifierData::texture |
Definition at line 1461 of file DNA_modifier_types.h.
Referenced by depends_on_time(), foreach_ID_link(), update_depsgraph(), and warpModifier_do().
| char WarpModifierData::uvlayer_name[68] |
Definition at line 1464 of file DNA_modifier_types.h.
| int WarpModifierData::uvlayer_tmp |
Definition at line 1466 of file DNA_modifier_types.h.