little bug fixed
This commit is contained in:
parent
d83d458e02
commit
fa90f7d267
|
@ -168,6 +168,7 @@ namespace io {
|
||||||
valueStringList(face,tripatch.at(tript),"p");
|
valueStringList(face,tripatch.at(tript),"p");
|
||||||
int face_size = face.size();
|
int face_size = face.size();
|
||||||
int offsetface = (int)m.face.size();
|
int offsetface = (int)m.face.size();
|
||||||
|
if (face_size == 0) return E_NOMESH;
|
||||||
vcg::tri::Allocator<OpenMeshType>::AddFaces(m,face_size / (nfcatt * 3));
|
vcg::tri::Allocator<OpenMeshType>::AddFaces(m,face_size / (nfcatt * 3));
|
||||||
QDomNode wnsrc = QDomNode();
|
QDomNode wnsrc = QDomNode();
|
||||||
QStringList wn;
|
QStringList wn;
|
||||||
|
|
Loading…
Reference in New Issue