Blender  V2.93
Functions
BKE_blender_copybuffer.h File Reference
#include "BLI_sys_types.h"

Go to the source code of this file.

Functions

void BKE_copybuffer_begin (struct Main *bmain_src)
 
void BKE_copybuffer_tag_ID (struct ID *id)
 
bool BKE_copybuffer_save (struct Main *bmain_src, const char *filename, struct ReportList *reports)
 
bool BKE_copybuffer_read (struct Main *bmain_dst, const char *libname, struct ReportList *reports, const uint64_t id_types_mask)
 
int BKE_copybuffer_paste (struct bContext *C, const char *libname, const short flag, struct ReportList *reports, const uint64_t id_types_mask)
 

Function Documentation

◆ BKE_copybuffer_begin()

void BKE_copybuffer_begin ( struct Main bmain_src)

◆ BKE_copybuffer_paste()

int BKE_copybuffer_paste ( bContext C,
const char *  libname,
const short  flag,
ReportList reports,
const uint64_t  id_types_mask 
)

◆ BKE_copybuffer_read()

bool BKE_copybuffer_read ( struct Main bmain_dst,
const char *  libname,
struct ReportList reports,
const uint64_t  id_types_mask 
)

◆ BKE_copybuffer_save()

bool BKE_copybuffer_save ( Main bmain_src,
const char *  filename,
ReportList reports 
)

◆ BKE_copybuffer_tag_ID()

void BKE_copybuffer_tag_ID ( struct ID id)