Assimp  v3.1.1 (June 2014)
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
 

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:59