|
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 |
Definition at line 216 of file DNA_modifier_types.h.
| char MappingInfoModifierData::_pad1[4] |
Definition at line 223 of file DNA_modifier_types.h.
| char MappingInfoModifierData::map_bone[64] |
Definition at line 221 of file DNA_modifier_types.h.
Referenced by MOD_get_texture_coords(), and weightvg_do_mask().
| struct Object* MappingInfoModifierData::map_object |
Definition at line 220 of file DNA_modifier_types.h.
Referenced by MOD_get_texture_coords(), and weightvg_do_mask().
| ModifierData MappingInfoModifierData::modifier |
Definition at line 217 of file DNA_modifier_types.h.
| int MappingInfoModifierData::texmapping |
Definition at line 225 of file DNA_modifier_types.h.
Referenced by MOD_get_texture_coords(), and weightvg_do_mask().
| struct Tex* MappingInfoModifierData::texture |
Definition at line 219 of file DNA_modifier_types.h.
Referenced by MOD_init_texture(), and weightvg_do_mask().
| char MappingInfoModifierData::uvlayer_name[68] |
Definition at line 222 of file DNA_modifier_types.h.
Referenced by MOD_get_texture_coords(), and weightvg_do_mask().
| int MappingInfoModifierData::uvlayer_tmp |
Definition at line 224 of file DNA_modifier_types.h.