fixed little bug: saving collada file with texcoords but not textures file
This commit is contained in:
parent
28c5847ec9
commit
23f96b0b59
|
@ -1049,7 +1049,7 @@ public:
|
|||
//}
|
||||
|
||||
QVector<QVector<int>> mytripatches;
|
||||
if (texmask)
|
||||
if ((texmask) && (m.textures.size() != 0))
|
||||
splitMeshInTexturedPatches(m,mytripatches);
|
||||
|
||||
QVector<QVector<int> >::iterator itp = mytripatches.begin();
|
||||
|
|
Loading…
Reference in New Issue