From 64760f6c06c193bbd0b3fa84bee327ec313f39ab Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Wed, 30 Nov 2005 08:58:57 +0000 Subject: [PATCH] temporary remove of ExportOBJ (in save) --- src/meshlabplugins/meshio/meshio.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/meshlabplugins/meshio/meshio.cpp b/src/meshlabplugins/meshio/meshio.cpp index 3b630052e..bbe015329 100644 --- a/src/meshlabplugins/meshio/meshio.cpp +++ b/src/meshlabplugins/meshio/meshio.cpp @@ -24,6 +24,9 @@ History $Log$ + Revision 1.9 2005/11/30 08:58:57 mariolatronico + temporary remove of ExportOBJ (in save) + Revision 1.8 2005/11/30 08:34:33 cignoni Removed spurious 'i' before the comment header. Corrected small error in save. @@ -113,7 +116,7 @@ bool ExtraMeshIOPlugin::save(const QString &format,QString &fileName, MeshModel //TODO: ed antro ancora.....:) if(format == tr("Export OBJ")) { - int result = vcg::tri::io::ExporterOBJ::Save(m.cm,"La_Prova.obj",false,mask,cb); + // int result = vcg::tri::io::ExporterOBJ::Save(m.cm,"La_Prova.obj",false,mask,cb); return true; } return false;