|
Blender
V2.59
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| struct Tex * | texture |
| struct Object * | map_object |
| char | uvlayer_name [32] |
| int | uvlayer_tmp |
| int | texmapping |
| int | pad10 |
| float | strength |
| struct Object * | object_from |
| struct Object * | object_to |
| struct CurveMapping * | curfalloff |
| char | defgrp_name [32] |
| float | falloff_radius |
| char | flag |
| char | falloff_type |
| char | pad [2] |
Definition at line 750 of file DNA_modifier_types.h.
Definition at line 766 of file DNA_modifier_types.h.
Referenced by copyData(), direct_link_modifiers(), freeData(), initData(), warpModifier_do(), and write_modifiers().
| char WarpModifierData::defgrp_name[32] |
Definition at line 767 of file DNA_modifier_types.h.
Referenced by copyData(), requiredDataMask(), warp_needs_dm(), and warpModifier_do().
Definition at line 768 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and warpModifier_do().
Definition at line 770 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and warpModifier_do().
Definition at line 769 of file DNA_modifier_types.h.
Referenced by initData(), and warpModifier_do().
| struct Object* WarpModifierData::map_object |
Definition at line 755 of file DNA_modifier_types.h.
Referenced by copyData(), foreachIDLink(), foreachObjectLink(), and updateDepgraph().
Definition at line 751 of file DNA_modifier_types.h.
| struct Object* WarpModifierData::object_from |
Definition at line 764 of file DNA_modifier_types.h.
Referenced by copyData(), foreachIDLink(), foreachObjectLink(), isDisabled(), updateDepgraph(), and warpModifier_do().
| struct Object* WarpModifierData::object_to |
Definition at line 765 of file DNA_modifier_types.h.
Referenced by copyData(), foreachIDLink(), foreachObjectLink(), isDisabled(), updateDepgraph(), and warpModifier_do().
| char WarpModifierData::pad[2] |
Definition at line 771 of file DNA_modifier_types.h.
Definition at line 759 of file DNA_modifier_types.h.
Definition at line 762 of file DNA_modifier_types.h.
Referenced by copyData(), initData(), and warpModifier_do().
Definition at line 758 of file DNA_modifier_types.h.
Referenced by copyData(), requiredDataMask(), and updateDepgraph().
| struct Tex* WarpModifierData::texture |
Definition at line 754 of file DNA_modifier_types.h.
Referenced by copyData(), dependsOnTime(), foreachIDLink(), initData(), warp_needs_dm(), and warpModifier_do().
| char WarpModifierData::uvlayer_name[32] |
Definition at line 756 of file DNA_modifier_types.h.
Referenced by copyData().
Definition at line 757 of file DNA_modifier_types.h.