fix STL linking issue. Model was disappearing after the link group.

pull/1151/head
phkahler 2021-11-20 16:13:03 -05:00
parent df3ef2ab0e
commit 85f6ec4144
1 changed files with 2 additions and 0 deletions

View File

@ -909,6 +909,8 @@ try_again:
return false;
}
}
if(g.IsTriangleMeshAssembly())
g.forceToMesh = true;
} else if(linkMap.count(g.linkFile) == 0) {
dbp("Missing file for group: %s", g.name.c_str());
// The file was moved; prompt the user for its new location.