|
Blender
V2.93
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "BLI_linklist.h"#include "BLI_listbase.h"#include "BLI_utildefines.h"#include "BLO_blend_defs.h"#include "BLO_readfile.h"#include "BKE_icons.h"#include "BKE_idtype.h"#include "BKE_main.h"#include "DNA_ID.h"#include "IMB_imbuf.h"#include "IMB_imbuf_types.h"#include "IMB_thumbs.h"#include "MEM_guardedalloc.h"Go to the source code of this file.
Functions | |
| ImBuf * | IMB_thumb_load_blend (const char *blen_path, const char *blen_group, const char *blen_id) |
| ImBuf* IMB_thumb_load_blend | ( | const char * | blen_path, |
| const char * | blen_group, | ||
| const char * | blen_id | ||
| ) |
Definition at line 44 of file thumbs_blend.c.
References BKE_idtype_idcode_from_name(), BKE_main_thumbnail_to_imbuf(), BKE_previewimg_freefunc(), BKE_previewimg_to_imbuf(), BLI_linklist_free(), BLI_linklist_freeN(), BLO_blendhandle_close(), BLO_blendhandle_from_file(), BLO_blendhandle_get_datablock_names(), BLO_blendhandle_get_previews(), BLO_thumbnail_from_file(), data, ICON_SIZE_PREVIEW, LinkNode::link, MEM_freeN, names, LinkNode::next, NULL, and STREQ.
Referenced by thumb_create_ex().