Blender  V3.3
DNA_cachefile_defaults.h File Reference

Go to the source code of this file.

Macros

CacheFile Struct
#define _DNA_DEFAULT_CacheFile
 

Macro Definition Documentation

◆ _DNA_DEFAULT_CacheFile

#define _DNA_DEFAULT_CacheFile
Value:
{ \
.filepath[0] = '\0', \
.override_frame = false, \
.frame = 0.0f, \
.is_sequence = false, \
.scale = 1.0f, \
.object_paths ={NULL, NULL}, \
\
.type = 0, \
.handle = NULL, \
.handle_filepath[0] = '\0', \
.handle_readers = NULL, \
.use_prefetch = 1, \
.prefetch_cache_size = 4096, \
}

Definition at line 16 of file DNA_cachefile_defaults.h.