FIX:fixed model import not in the latest list

fixed STUDIO-2986 STUDIO-2989

Change-Id: Ifc20a6dcfcd0cae305cc6c2844cb26656289925e
This commit is contained in:
tao wang 2023-06-09 16:36:18 +08:00 committed by Lane.Wei
parent 2e4cc06d0c
commit 87386c817c
3 changed files with 3 additions and 7 deletions

View file

@ -8052,7 +8052,7 @@ void Plater::import_model_id(wxString download_info)
if (download_ok) {
BOOST_LOG_TRIVIAL(trace) << "import_model_id: target_path = " << target_path.string();
/* load project */
this->load_project(encode_path(target_path.string().c_str()), "<silence>");
this->load_project(encode_path(target_path.string().c_str()));
/*BBS set project info after load project, project info is reset in load project */
//p->project.project_model_id = model_id;