|
Blender V4.3
|
#include "DNA_ID.h"Go to the source code of this file.
Classes | |
| struct | CacheObjectPath |
| struct | CacheFileLayer |
| struct | CacheFile |
Typedefs | |
| typedef struct CacheObjectPath | CacheObjectPath |
| typedef struct CacheFileLayer | CacheFileLayer |
| typedef struct CacheFile | CacheFile |
Enumerations | |
| enum | eCacheFileType { CACHEFILE_TYPE_ALEMBIC = 1 , CACHEFILE_TYPE_USD = 2 , CACHE_FILE_TYPE_INVALID = 0 } |
| enum | { CACHEFILE_DS_EXPAND = (1 << 0) , CACHEFILE_UNUSED_0 = (1 << 1) } |
| enum | { CACHEFILE_LAYER_HIDDEN = (1 << 0) } |
| enum | { CACHEFILE_VELOCITY_UNIT_FRAME , CACHEFILE_VELOCITY_UNIT_SECOND } |
| typedef struct CacheFile CacheFile |
| typedef struct CacheFileLayer CacheFileLayer |
| typedef struct CacheObjectPath CacheObjectPath |
| anonymous enum |
| Enumerator | |
|---|---|
| CACHEFILE_DS_EXPAND | |
| CACHEFILE_UNUSED_0 | |
Definition at line 23 of file DNA_cachefile_types.h.
| anonymous enum |
| Enumerator | |
|---|---|
| CACHEFILE_LAYER_HIDDEN | |
Definition at line 44 of file DNA_cachefile_types.h.
| anonymous enum |
| Enumerator | |
|---|---|
| CACHEFILE_VELOCITY_UNIT_FRAME | |
| CACHEFILE_VELOCITY_UNIT_SECOND | |
Definition at line 57 of file DNA_cachefile_types.h.
| enum eCacheFileType |
| Enumerator | |
|---|---|
| CACHEFILE_TYPE_ALEMBIC | |
| CACHEFILE_TYPE_USD | |
| CACHE_FILE_TYPE_INVALID | |
Definition at line 16 of file DNA_cachefile_types.h.