mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fixed reload from disk for modifiers
This commit is contained in:
@@ -3267,7 +3267,7 @@ void Plater::priv::reload_from_disk()
|
||||
else
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user