|
Blender V4.3
|
#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 623 of file DNA_modifier_types.h.
| char DisplaceModifierData::_pad1[4] |
Definition at line 633 of file DNA_modifier_types.h.
| char DisplaceModifierData::_pad2[6] |
Definition at line 645 of file DNA_modifier_types.h.
| char DisplaceModifierData::defgrp_name[64] |
Definition at line 641 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), and required_data_mask().
| int DisplaceModifierData::direction |
Definition at line 639 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), is_disabled(), required_data_mask(), and update_depsgraph().
| short DisplaceModifierData::flag |
Definition at line 644 of file DNA_modifier_types.h.
Referenced by displaceModifier_do_task().
| char DisplaceModifierData::map_bone[64] |
Definition at line 630 of file DNA_modifier_types.h.
Referenced by update_depsgraph().
| struct Object* DisplaceModifierData::map_object |
Definition at line 629 of file DNA_modifier_types.h.
Referenced by foreach_ID_link(), and update_depsgraph().
| float DisplaceModifierData::midlevel |
Definition at line 642 of file DNA_modifier_types.h.
Referenced by displaceModifier_do_task().
| ModifierData DisplaceModifierData::modifier |
Definition at line 624 of file DNA_modifier_types.h.
| int DisplaceModifierData::space |
Definition at line 643 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), and update_depsgraph().
| float DisplaceModifierData::strength |
Definition at line 638 of file DNA_modifier_types.h.
Referenced by displaceModifier_do(), displaceModifier_do_task(), and is_disabled().
| int DisplaceModifierData::texmapping |
Definition at line 635 of file DNA_modifier_types.h.
Referenced by required_data_mask(), and update_depsgraph().
| struct Tex* DisplaceModifierData::texture |
Definition at line 628 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] |
MAX_CUSTOMDATA_LAYER_NAME.
Definition at line 632 of file DNA_modifier_types.h.
| int DisplaceModifierData::uvlayer_tmp |
Definition at line 634 of file DNA_modifier_types.h.