Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Context not available. | |||||
| char preview_stitch_unstitchable[4]; | char preview_stitch_unstitchable[4]; | ||||
| char preview_stitch_active[4]; | char preview_stitch_active[4]; | ||||
| char b_pad[3]; | |||||
| char show_boundary_layer; | |||||
| char col1_boundary_layer[4]; | |||||
| char col2_boundary_layer[4]; | |||||
| char uv_shadow[4]; /* two uses, for uvs with modifier applied on mesh and uvs during painting */ | char uv_shadow[4]; /* two uses, for uvs with modifier applied on mesh and uvs during painting */ | ||||
| char uv_others[4]; /* uvs of other objects */ | char uv_others[4]; /* uvs of other objects */ | ||||
| Context not available. | |||||
| char selected_highlight[4]; /* outliner - selected item */ | char selected_highlight[4]; /* outliner - selected item */ | ||||
| char skin_root[4]; /* Skin modifier root color */ | char skin_root[4]; /* Skin modifier root color */ | ||||
| float pad4; | |||||
| /* NLA */ | /* NLA */ | ||||
| char anim_active[4]; /* Active Action + Summary Channel */ | char anim_active[4]; /* Active Action + Summary Channel */ | ||||
| Context not available. | |||||
| TH_SHADED = 4 | TH_SHADED = 4 | ||||
| } eTheme_DrawTypes; | } eTheme_DrawTypes; | ||||
| /* Active boundarie_layer */ | |||||
| #define TH_IMAGE_LAYER_BOUNDARY (1 << 0) | |||||
| /* ndof_flag (3D mouse options) */ | /* ndof_flag (3D mouse options) */ | ||||
| typedef enum eNdof_Flag { | typedef enum eNdof_Flag { | ||||
| NDOF_SHOW_GUIDE = (1 << 0), | NDOF_SHOW_GUIDE = (1 << 0), | ||||
| Context not available. | |||||