Assimp  v4.1. (December 2018)
BlenderLoader.cpp File Reference

Implementation of the Blender3D importer class. More...

Classes

struct  free_it
 

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 

Macros

#define MYBLOCK   1024
 

Variables

static const aiImporterDesc blenderDesc
 
static const char * Tokens [] = { "BLENDER" }
 
static const char * TokensForSearch [] = { "blender" }
 

Detailed Description

Implementation of the Blender3D importer class.

Macro Definition Documentation

◆ MYBLOCK

#define MYBLOCK   1024

Variable Documentation

◆ blenderDesc

const aiImporterDesc blenderDesc
static
Initial value:
= {
"Blender 3D Importer \nhttp://www.blender3d.org",
"",
"",
"No animation support yet",
0,
0,
2,
50,
"blend"
}
Indicates that there is a binary encoding of the file format; and that it is supported.
Definition: importerdesc.h:61

◆ Tokens

const char* Tokens[] = { "BLENDER" }
static

◆ TokensForSearch

const char* TokensForSearch[] = { "blender" }
static