Merge pull request #3822 from JC3/patch-2

Remove newline from name of Blender importer.
pull/3825/head
Kim Kulling 2021-04-27 22:08:06 +02:00 committed by GitHub
commit 74577ae3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ using namespace Assimp::Blender;
using namespace Assimp::Formatter;
static const aiImporterDesc blenderDesc = {
"Blender 3D Importer \nhttp://www.blender3d.org",
"Blender 3D Importer (http://www.blender3d.org)",
"",
"",
"No animation support yet",