- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1234 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -75,12 +75,13 @@ static const aiImporterDesc blenderDesc = {
|
||||
"Blender 3D Importer \nhttp://www.blender3d.org",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"No animation support yet",
|
||||
aiImporterFlags_SupportBinaryFlavour,
|
||||
0,
|
||||
0,
|
||||
2,
|
||||
50
|
||||
50,
|
||||
"blend"
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user