Skip to content
Snippets Groups Projects
Commit 770c009f authored by Fabian Reister's avatar Fabian Reister
Browse files

the script will always be created (scaling might change)

parent 49c94067
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ bool MeshConverter::checkMeshlabserverAvailable()
fs::path createScript(float scaling) {
fs::path path = fs::temp_directory_path() / ("meshlabserver_scaling_" + std::to_string(scaling) + ".mlx");
if (!fs::exists(path))
// if (!fs::exists(path))
{
std::stringstream filterScript;
filterScript << "<!DOCTYPE FilterScript>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment