mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 05:39:17 +08:00
FIX: enable copy param from modifier parts
Jira: STUDIO-12269 Change-Id: I7c4877d712b7678c33d6855e1de9dca9897ce6c0
This commit is contained in:
parent
63783419e5
commit
1ad68b38e2
@ -1855,7 +1855,7 @@ void MenuFactory::append_menu_item_per_object_process(wxMenu* menu)
|
||||
[]() {
|
||||
Selection &selection = plater()->canvas3D()->get_selection();
|
||||
return selection.is_single_full_object() || selection.is_single_full_instance() ||
|
||||
selection.is_single_volume();
|
||||
selection.is_single_volume_or_modifier();
|
||||
},
|
||||
m_parent);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user