Plater: Add missing skeletons (un-typed for now)

This commit is contained in:
Vojtech Kral 2018-10-09 09:35:19 +02:00
parent dffae0aa12
commit 322e0a433c
3 changed files with 148 additions and 4 deletions

View file

@ -1122,7 +1122,7 @@ sub load_model_objects {
return @obj_idx;
}
# XXX: Removed
# XXX: Removed, replaced with bed_shape_bb()
sub bed_centerf {
my ($self) = @_;
@ -1382,7 +1382,7 @@ sub mirror {
$self->update;
}
# XXX: not done
# XXX: not done, renamed as Plater::priv::scale()
sub changescale {
my ($self, $axis, $tosize) = @_;