Write material config to AMF files. Remove the old Materials tab. Update custom settings when a part is selected

This commit is contained in:
Alessandro Ranellucci 2014-02-15 00:36:52 +01:00
parent 691db31da0
commit 878deb8183
3 changed files with 6 additions and 86 deletions

View file

@ -58,6 +58,7 @@ sub new {
sub set_config {
my ($self, $config) = @_;
$self->{config} = $config;
$self->update_optgroup;
}
sub update_optgroup {