Blender V2.61 - r43446
Defines | Functions

BLO_writefile.h File Reference

external writefile function prototypes. More...

Go to the source code of this file.

Defines

#define BLEN_THUMB_SIZE   128

Functions

int BLO_write_file (struct Main *mainvar, const char *filepath, int write_flags, struct ReportList *reports, int *thumb)
int BLO_write_file_mem (struct Main *mainvar, struct MemFile *compare, struct MemFile *current, int write_flags)
int BLO_write_runtime (struct Main *mainvar, const char *file, char *exename, struct ReportList *reports)

Detailed Description

external writefile function prototypes.

Definition in file BLO_writefile.h.


Define Documentation

#define BLEN_THUMB_SIZE   128

Definition at line 44 of file BLO_writefile.h.

Referenced by blend_file_thumb().


Function Documentation

int BLO_write_file ( struct Main mainvar,
const char *  filepath,
int  write_flags,
struct ReportList reports,
int *  thumb 
)
int BLO_write_file_mem ( struct Main mainvar,
struct MemFile compare,
struct MemFile current,
int  write_flags 
)

Definition at line 2849 of file writefile.c.

References err, NULL, and write_file_handle().

Referenced by BKE_write_undo().

int BLO_write_runtime ( struct Main mainvar,
const char *  file,
char *  exename,
struct ReportList reports 
)