Merge pull request #3822 from JC3/patch-2
Remove newline from name of Blender importer.pull/3825/head
commit
74577ae3c7
|
@ -88,7 +88,7 @@ using namespace Assimp::Blender;
|
||||||
using namespace Assimp::Formatter;
|
using namespace Assimp::Formatter;
|
||||||
|
|
||||||
static const aiImporterDesc blenderDesc = {
|
static const aiImporterDesc blenderDesc = {
|
||||||
"Blender 3D Importer \nhttp://www.blender3d.org",
|
"Blender 3D Importer (http://www.blender3d.org)",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"No animation support yet",
|
"No animation support yet",
|
||||||
|
|
Loading…
Reference in New Issue