Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 321 Lines • ▼ Show 20 Lines | typedef struct ThemeSpace { | ||||
| /* syntax for textwindow and nodes */ | /* syntax for textwindow and nodes */ | ||||
| unsigned char syntaxl[4], syntaxs[4]; // in nodespace used for backdrop matte | unsigned char syntaxl[4], syntaxs[4]; // in nodespace used for backdrop matte | ||||
| unsigned char syntaxb[4], syntaxn[4]; // in nodespace used for color input | unsigned char syntaxb[4], syntaxn[4]; // in nodespace used for color input | ||||
| unsigned char syntaxv[4], syntaxc[4]; // in nodespace used for converter group | unsigned char syntaxv[4], syntaxc[4]; // in nodespace used for converter group | ||||
| unsigned char syntaxd[4], syntaxr[4]; // in nodespace used for distort | unsigned char syntaxd[4], syntaxr[4]; // in nodespace used for distort | ||||
| unsigned char line_numbers[4]; | unsigned char line_numbers[4]; | ||||
| char _pad6[7]; | char _pad6[3]; | ||||
| unsigned char nodeclass_output[4], nodeclass_filter[4]; | unsigned char nodeclass_output[4], nodeclass_filter[4]; | ||||
| unsigned char nodeclass_vector[4], nodeclass_texture[4]; | unsigned char nodeclass_vector[4], nodeclass_texture[4]; | ||||
| unsigned char nodeclass_shader[4], nodeclass_script[4]; | unsigned char nodeclass_shader[4], nodeclass_script[4]; | ||||
| unsigned char nodeclass_pattern[4], nodeclass_layout[4]; | unsigned char nodeclass_pattern[4], nodeclass_layout[4]; | ||||
| /** For sequence editor. */ | /** For sequence editor. */ | ||||
| unsigned char movie[4], movieclip[4], mask[4], image[4], scene[4], audio[4]; | unsigned char movie[4], movieclip[4], mask[4], image[4], scene[4], audio[4]; | ||||
| Show All 28 Lines | typedef struct ThemeSpace { | ||||
| unsigned char preview_stitch_edge[4]; | unsigned char preview_stitch_edge[4]; | ||||
| unsigned char preview_stitch_vert[4]; | unsigned char preview_stitch_vert[4]; | ||||
| unsigned char preview_stitch_stitchable[4]; | unsigned char preview_stitch_stitchable[4]; | ||||
| unsigned char preview_stitch_unstitchable[4]; | unsigned char preview_stitch_unstitchable[4]; | ||||
| unsigned char preview_stitch_active[4]; | unsigned char preview_stitch_active[4]; | ||||
| /** Two uses, for uvs with modifier applied on mesh and uvs during painting. */ | /** Two uses, for uvs with modifier applied on mesh and uvs during painting. */ | ||||
| unsigned char uv_shadow[4]; | unsigned char uv_shadow[4]; | ||||
| /** Uvs of other objects. */ | |||||
| unsigned char uv_others[4]; | |||||
| /** Outliner - filter match. */ | /** Outliner - filter match. */ | ||||
| unsigned char match[4]; | unsigned char match[4]; | ||||
| /** Outliner - selected item. */ | /** Outliner - selected item. */ | ||||
| unsigned char selected_highlight[4]; | unsigned char selected_highlight[4]; | ||||
| /** Outliner - selected object. */ | /** Outliner - selected object. */ | ||||
| unsigned char selected_object[4]; | unsigned char selected_object[4]; | ||||
| /** Outliner - active object. */ | /** Outliner - active object. */ | ||||
| ▲ Show 20 Lines • Show All 957 Lines • Show Last 20 Lines | |||||