Repair the generic mesh so it can be exported.
This commit is contained in:
parent
4f428fae40
commit
e2b56c4462
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue