mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed reload from disk for modifiers
This commit is contained in:
parent
aa8c97803c
commit
69e1e46dd7
1 changed files with 1 additions and 1 deletions
|
@ -3267,7 +3267,7 @@ void Plater::priv::reload_from_disk()
|
||||||
else
|
else
|
||||||
missing_input_paths.push_back(volume->source.input_file);
|
missing_input_paths.push_back(volume->source.input_file);
|
||||||
}
|
}
|
||||||
else if (!object->input_file.empty() && !volume->name.empty())
|
else if (!object->input_file.empty() && volume->is_model_part() && !volume->name.empty())
|
||||||
missing_input_paths.push_back(volume->name);
|
missing_input_paths.push_back(volume->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue