Repair the generic mesh so it can be exported.

This commit is contained in:
Joseph Lenox 2016-12-05 23:40:28 +00:00 committed by bubnikv
parent 4f428fae40
commit e2b56c4462

View file

@ -359,6 +359,7 @@ sub on_btn_lambda {
} else {
return;
}
$mesh->repair;
my $new_volume = $self->{model_object}->add_volume(mesh => $mesh);
$new_volume->set_modifier($is_modifier);
$new_volume->set_name($name);