FIX: Revert "FIX:import part and so on should on bed"

jira: STUDIO-8851 / STUDIO-8793

revert fix for STUDIO-7552,
as we should respect the model matrix of the loaded object

for the STUDIO-7552 issue
we will refine  the related logical in another merge request

This reverts commit 52e9267a2316a9d38e5ce8d863f5896e4bec48fd.

Change-Id: I3ae3de44ba3e6bb37e17cb2ec80290bf52886412
(cherry picked from commit cbdb408e8a6abb018cbb4bcac9c573d4e210129b)
This commit is contained in:
jun.zhang 2024-11-21 10:18:58 +08:00 committed by Lane.Wei
parent 3fa409d519
commit d7c65dd992
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ wxMenu* MenuFactory::append_submenu_add_generic(wxMenu* menu, ModelVolumeType ty
if (type != ModelVolumeType::INVALID) { if (type != ModelVolumeType::INVALID) {
append_menu_item(sub_menu, wxID_ANY, _L("Load..."), "", append_menu_item(sub_menu, wxID_ANY, _L("Load..."), "",
[type](wxCommandEvent&) { obj_list()->load_subobject(type,true); }, "", menu); [type](wxCommandEvent&) { obj_list()->load_subobject(type); }, "", menu);
sub_menu->AppendSeparator(); sub_menu->AppendSeparator();
} }