Skip to content
Snippets Groups Projects
Commit a9b6cd73 authored by Martin Schultz's avatar Martin Schultz
Browse files

refs #2421

* saving a textureless mesh to obj is now 10x as fast as before

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20919 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 25bf69f3
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@ Material& FileOBJPlugin::getMaterial(MeshT& _mesh, const OpenMesh::FaceHandle& _
} else {
QString texName;
emit getCurrentTexture(_objId, texName);
// if(texName != "NONE")
emit textureIndex(texName, _objId, texIndex);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment