Fix failed export message when cgal errors are detected on target meshes
This commit is contained in:
parent
4e64e7e74f
commit
5a586b2b4e
1 changed files with 1 additions and 1 deletions
|
@ -6402,7 +6402,7 @@ void Plater::export_stl_obj(bool extended, bool selection_only)
|
|||
}
|
||||
|
||||
if (mesh.empty()) {
|
||||
get_notification_manager()->push_plater_warning_notification(
|
||||
get_notification_manager()->push_plater_error_notification(
|
||||
_u8L("Unable to perform boolean operation on model meshes. "
|
||||
"Only positive parts will be exported."));
|
||||
|
||||
|
|
Loading…
Reference in a new issue