lib3mf 2.5 :
- aggiornamento versione - utilizzate le nostre librerie esterne libzip e zlib e non quelle incluse in lib3mf.
This commit is contained in:
@@ -119,6 +119,13 @@ namespace NMR {
|
||||
|
||||
PPackageModelPath CResourceHandler::findPackageModelPath(std::string sPath)
|
||||
{
|
||||
if (!sPath.empty())
|
||||
{
|
||||
if (sPath[0] != '/')
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
auto it = m_PathToModelPath.find(sPath);
|
||||
if (it != m_PathToModelPath.end())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user