Blender  V3.3
Functions
readfile_tempload.c File Reference
#include "BLO_readfile.h"
#include "MEM_guardedalloc.h"
#include "BLI_string.h"
#include "BKE_main.h"
#include "BKE_report.h"
#include "DNA_ID.h"

Go to the source code of this file.

Functions

TempLibraryContextBLO_library_temp_load_id (struct Main *real_main, const char *blend_file_path, const short idcode, const char *idname, struct ReportList *reports)
 
void BLO_library_temp_free (TempLibraryContext *temp_lib_ctx)
 

Function Documentation

◆ BLO_library_temp_free()

void BLO_library_temp_free ( TempLibraryContext temp_lib_ctx)

◆ BLO_library_temp_load_id()

TempLibraryContext* BLO_library_temp_load_id ( struct Main real_main,
const char *  blend_file_path,
const short  idcode,
const char *  idname,
struct ReportList reports 
)