Fix .blend import and rebase regression database

BlenderBMeshConverter was erroneously asserting that it contained valid
mesh upon construction. The assertion should only occur when
triangulation is requested, allowing non-BMesh blender meshes to load
properly.

Also rebase the regression test suite, validating that .blend meshes
now properly load and also pulling in a number of unexpected success
cases (including meshes of bvh, nff, ifc and fbx types).

This effectively resolves #382.
pull/384/head
Jared Duke 2014-09-14 17:19:42 -07:00
parent f2d26222fc
commit 6cb6284756
2 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ BlenderBMeshConverter::BlenderBMeshConverter( const Mesh* mesh ):
BMesh( mesh ),
triMesh( NULL )
{
AssertValidMesh( );
}
// ------------------------------------------------------------------------------------------------

Binary file not shown.