Remove newline from name of Blender importer.

Addresses #3797.

Re-submitting this as a quick fix to the immediate issue while I think about the website field.
pull/3822/head
Jason C 2021-04-26 20:27:28 -04:00 committed by GitHub
parent 21d7085be6
commit 3acd42c22e
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",