|
Blender V5.0
|
#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 |
| float | strength |
| int | direction |
| char | defgrp_name [64] |
| float | midlevel |
| int | space |
| short | flag |
| char | _pad2 [6] |
Definition at line 655 of file DNA_modifier_types.h.
| char DisplaceModifierData::_pad1[4] |
Definition at line 664 of file DNA_modifier_types.h.
| char DisplaceModifierData::_pad2[6] |
Definition at line 679 of file DNA_modifier_types.h.
| char DisplaceModifierData::defgrp_name[64] |
Definition at line 673 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), and required_data_mask().
| int DisplaceModifierData::direction |
Definition at line 672 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), is_disabled(), and update_depsgraph().
| short DisplaceModifierData::flag |
Definition at line 678 of file DNA_modifier_types.h.
Referenced by displaceModifier_do_task().
| char DisplaceModifierData::map_bone[64] |
Definition at line 662 of file DNA_modifier_types.h.
Referenced by update_depsgraph().
| struct Object* DisplaceModifierData::map_object |
Definition at line 661 of file DNA_modifier_types.h.
Referenced by foreach_ID_link(), and update_depsgraph().
| float DisplaceModifierData::midlevel |
Definition at line 674 of file DNA_modifier_types.h.
Referenced by displaceModifier_do_task().
| ModifierData DisplaceModifierData::modifier |
Definition at line 656 of file DNA_modifier_types.h.
| int DisplaceModifierData::space |
Definition at line 676 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), and update_depsgraph().
| float DisplaceModifierData::strength |
Definition at line 670 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), displaceModifier_do_task(), and is_disabled().
| int DisplaceModifierData::texmapping |
Definition at line 667 of file DNA_modifier_types.h.
Referenced by required_data_mask(), and update_depsgraph().
| struct Tex* DisplaceModifierData::texture |
Definition at line 660 of file DNA_modifier_types.h.
Referenced by depends_on_time(), displaceModifier_do(), foreach_ID_link(), is_disabled(), and update_depsgraph().
| char DisplaceModifierData::uvlayer_name[68] |
Definition at line 663 of file DNA_modifier_types.h.
| int DisplaceModifierData::uvlayer_tmp |
Definition at line 665 of file DNA_modifier_types.h.