Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_modifier_types.h
| Context not available. | |||||
| /* keep in sync with MappingInfoModifierData */ | /* keep in sync with MappingInfoModifierData */ | ||||
| struct Tex *texture; | struct Tex *texture; | ||||
| struct Object *map_object; | struct Object *map_object; | ||||
| /** Custom axis object. */ | |||||
| struct Object *axis_object; | |||||
| char axis_bone[64]; | |||||
| char map_bone[64]; | char map_bone[64]; | ||||
| /** MAX_CUSTOMDATA_LAYER_NAME. */ | /** MAX_CUSTOMDATA_LAYER_NAME. */ | ||||
| char uvlayer_name[64]; | char uvlayer_name[64]; | ||||
| Context not available. | |||||
| enum { | enum { | ||||
| MOD_DISP_SPACE_LOCAL = 0, | MOD_DISP_SPACE_LOCAL = 0, | ||||
| MOD_DISP_SPACE_GLOBAL = 1, | MOD_DISP_SPACE_GLOBAL = 1, | ||||
| MOD_DISP_SPACE_OBJECT = 2, | |||||
| }; | }; | ||||
| typedef struct UVProjectModifierData { | typedef struct UVProjectModifierData { | ||||
| Context not available. | |||||