Follow-up of ffe678e0ea
- Re-enabled 'Export to STL' command for modifiers
This commit is contained in:
parent
d2e495c700
commit
3c43d0ae43
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ void MenuFactory::append_menu_item_export_stl(wxMenu* menu)
|
||||||
[](wxCommandEvent&) { plater()->export_stl(false, true); }, "", nullptr,
|
[](wxCommandEvent&) { plater()->export_stl(false, true); }, "", nullptr,
|
||||||
[]() {
|
[]() {
|
||||||
const Selection& selection = plater()->canvas3D()->get_selection();
|
const Selection& selection = plater()->canvas3D()->get_selection();
|
||||||
return selection.is_single_full_instance() || selection.is_single_full_object() || selection.is_single_volume();
|
return selection.is_single_full_instance() || selection.is_single_full_object() || selection.is_single_volume() || selection.is_single_modifier();
|
||||||
}, m_parent);
|
}, m_parent);
|
||||||
menu->AppendSeparator();
|
menu->AppendSeparator();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue