Blender V5.0
thumbnail_provider.mm File Reference
import <AppKit/NSImage.h>
#include "BLI_fileops.h"
#include "BLI_filereader.h"
#include "BLI_utility_mixins.hh"
#include "blendthumb.hh"
#include "thumbnail_provider.h"

Go to the source code of this file.

Classes

class  FileDescriptorRAII

Functions

static NSError * create_nserror_from_string (NSString *errorStr)
static NSImage * generate_nsimage_for_file (const char *src_blend_path, NSError *error)

Function Documentation

◆ create_nserror_from_string()

NSError * create_nserror_from_string ( NSString * errorStr)
static

Definition at line 102 of file thumbnail_provider.mm.

Referenced by generate_nsimage_for_file().

◆ generate_nsimage_for_file()

NSImage * generate_nsimage_for_file ( const char * src_blend_path,
NSError * error )
static