FIX:ban_light not commit for pick thumbnail
jira: none Change-Id: If8421a4f63f28969c9f7840af75149d95be34acb
This commit is contained in:
parent
99af2382c4
commit
038946fb29
|
@ -14048,7 +14048,7 @@ int Plater::export_3mf(const boost::filesystem::path& output_path, SaveStrategy
|
|||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(": re-generate pick_thumbnail for plate %1%") % i;
|
||||
const ThumbnailsParams thumbnail_params = { {}, false, true, false, true, i };
|
||||
p->generate_thumbnail(p->partplate_list.get_plate(i)->pick_thumbnail_data, THUMBNAIL_SIZE_3MF.first, THUMBNAIL_SIZE_3MF.second, thumbnail_params,
|
||||
Camera::EType::Ortho, Camera::ViewAngleType::Top_Plate, true);
|
||||
Camera::EType::Ortho, Camera::ViewAngleType::Top_Plate, true,true);
|
||||
}
|
||||
picking_thumbnails.push_back(picking_thumbnail);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue