fix STL linking issue. Model was disappearing after the link group.
This commit is contained in:
parent
df3ef2ab0e
commit
85f6ec4144
@ -909,6 +909,8 @@ try_again:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(g.IsTriangleMeshAssembly())
|
||||||
|
g.forceToMesh = true;
|
||||||
} else if(linkMap.count(g.linkFile) == 0) {
|
} else if(linkMap.count(g.linkFile) == 0) {
|
||||||
dbp("Missing file for group: %s", g.name.c_str());
|
dbp("Missing file for group: %s", g.name.c_str());
|
||||||
// The file was moved; prompt the user for its new location.
|
// The file was moved; prompt the user for its new location.
|
||||||
|
Loading…
Reference in New Issue
Block a user