Merge pull request #385 from jdduke/fix_blend_and_rebase_regression_tests
Fix non-BMesh-containing .blend importpull/1153/head^2
commit
aac40dd5b8
|
@ -65,7 +65,6 @@ BlenderBMeshConverter::BlenderBMeshConverter( const Mesh* mesh ):
|
|||
BMesh( mesh ),
|
||||
triMesh( NULL )
|
||||
{
|
||||
AssertValidMesh( );
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue