Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 357 Lines • ▼ Show 20 Lines | typedef struct ThemeSpace { | ||||
| char uv_shadow[4]; | char uv_shadow[4]; | ||||
| /** Uvs of other objects. */ | /** Uvs of other objects. */ | ||||
| char uv_others[4]; | char uv_others[4]; | ||||
| /** Outliner - filter match. */ | /** Outliner - filter match. */ | ||||
| char match[4]; | char match[4]; | ||||
| /** Outliner - selected item. */ | /** Outliner - selected item. */ | ||||
| char selected_highlight[4]; | char selected_highlight[4]; | ||||
| /** Outliner - selected object. */ | |||||
| char selected_object[4]; | |||||
| /** Outliner - active object. */ | |||||
| char active_object[4]; | |||||
| /** Outliner - edited object. */ | |||||
| char edited_object[4]; | |||||
| /** Outliner - row color difference. */ | /** Outliner - row color difference. */ | ||||
| char row_alternate[4]; | char row_alternate[4]; | ||||
| /** Skin modifier root color. */ | /** Skin modifier root color. */ | ||||
| char skin_root[4]; | char skin_root[4]; | ||||
| /* NLA */ | /* NLA */ | ||||
| /** Active Action + Summary Channel. */ | /** Active Action + Summary Channel. */ | ||||
| Show All 22 Lines | typedef struct ThemeSpace { | ||||
| char info_info[4], info_info_text[4]; | char info_info[4], info_info_text[4]; | ||||
| char info_debug[4], info_debug_text[4]; | char info_debug[4], info_debug_text[4]; | ||||
| char paint_curve_pivot[4]; | char paint_curve_pivot[4]; | ||||
| char paint_curve_handle[4]; | char paint_curve_handle[4]; | ||||
| char metadatabg[4]; | char metadatabg[4]; | ||||
| char metadatatext[4]; | char metadatatext[4]; | ||||
| char _pad2[4]; | |||||
| } ThemeSpace; | } ThemeSpace; | ||||
| /* set of colors for use as a custom color set for Objects/Bones wire drawing */ | /* set of colors for use as a custom color set for Objects/Bones wire drawing */ | ||||
| typedef struct ThemeWireColor { | typedef struct ThemeWireColor { | ||||
| char solid[4]; | char solid[4]; | ||||
| char select[4]; | char select[4]; | ||||
| char active[4]; | char active[4]; | ||||
| ▲ Show 20 Lines • Show All 750 Lines • Show Last 20 Lines | |||||