fix STL linking issue. Model was disappearing after the link group.
parent
df3ef2ab0e
commit
85f6ec4144
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue