mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fixed reload from disk for modifiers
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user