|
Blender V5.0
|
external writefile.cc function prototypes. More...
#include "BLI_sys_types.h"Go to the source code of this file.
Classes | |
| struct | BlendFileWriteParams |
BLO Write File API | |
| |
| enum | eBLO_WritePathRemap { BLO_WRITE_PATH_REMAP_NONE = 0 , BLO_WRITE_PATH_REMAP_RELATIVE = 1 , BLO_WRITE_PATH_REMAP_RELATIVE_ALL = 2 , BLO_WRITE_PATH_REMAP_ABSOLUTE = 3 } |
| bool | BLO_write_file (Main *mainvar, const char *filepath, int write_flags, const BlendFileWriteParams *params, ReportList *reports) |
| bool | BLO_write_file_mem (Main *mainvar, MemFile *compare, MemFile *current, int write_flags) |
external writefile.cc function prototypes.
Definition in file BLO_writefile.hh.
| enum eBLO_WritePathRemap |
Adjust paths when saving (kept unless BlendFileWriteParams.use_save_as_copy is set).
Definition at line 28 of file BLO_writefile.hh.
|
extern |
Definition at line 2145 of file writefile.cc.
References BLO_write_file_impl(), G_FILE_COMPRESS, and params.
Referenced by BKE_blendfile_userdef_write(), BKE_memfile_undo_encode(), WM_autosave_write(), WM_exit_ex(), wm_file_write(), wm_homefile_write_exec(), blender::bke::blendfile::PartialWriteContext::write(), and write_crash_blend().
|
extern |
Definition at line 2161 of file writefile.cc.
References write_file_handle().
Referenced by BKE_memfile_undo_encode().