WIP: Plater: Event handling boilerplate / skeletons

This commit is contained in:
Vojtech Kral 2018-10-08 19:55:30 +02:00
parent ceb295944a
commit 928c146aef
2 changed files with 124 additions and 21 deletions

View file

@ -1949,7 +1949,7 @@ sub fix_through_netfabb {
$self->remove($obj_idx);
}
# XXX: VK: WIP
# XXX: VK: done
sub export_amf {
my ($self) = @_;
return if !@{$self->{objects}};
@ -1966,7 +1966,7 @@ sub export_amf {
}
}
# XXX: VK: WIP
# XXX: VK: done
sub export_3mf {
my ($self) = @_;
return if !@{$self->{objects}};