removing meshaccessors
This commit is contained in:
parent
7587abf32f
commit
cc9887c9d5
wrap/io_trimesh
|
@ -23,10 +23,10 @@ namespace io
|
|||
XMLDocument* document = Collada::DocumentManager::createColladaDocument(model,mask);
|
||||
stream.write(*document);
|
||||
Collada::DocumentManager::destroyColladaDocument(document);
|
||||
return UtilDAE::DAEError::E_NOERROR;
|
||||
return UtilDAE::E_NOERROR;
|
||||
}
|
||||
else
|
||||
return UtilDAE::DAEError::E_CANTSAVE;
|
||||
return UtilDAE::E_CANTSAVE;
|
||||
}
|
||||
|
||||
static int GetExportMaskCapability()
|
||||
|
|
Loading…
Reference in New Issue