Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_space_types.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| struct ImBuf *image; | struct ImBuf *image; | ||||
| /* Tags are for info only, most of filtering is done in asset engine. */ | /* Tags are for info only, most of filtering is done in asset engine. */ | ||||
| char **tags; | char **tags; | ||||
| int nbr_tags; | int nbr_tags; | ||||
| short status; | short status; | ||||
| short flags; | short flags; | ||||
| /* File attributes defined in BLI_fileops.h */ | |||||
| int attributes; | |||||
| ListBase variants; | ListBase variants; | ||||
| int nbr_variants; | int nbr_variants; | ||||
| int act_variant; | int act_variant; | ||||
| } FileDirEntry; | } FileDirEntry; | ||||
| /** | /** | ||||
| * Array of direntries. | * Array of direntries. | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||