void importModel(final File origFile, boolean attachToAvatar)
throws IOException {
avatarMoveCB.setSelected(attachToAvatar);
modelX3dTF.setText(origFile.getAbsolutePath());
importSettings = new ImportSettings(origFile.toURI().toURL());
sessionFrame.asyncLoadModel(
importSettings, new ImportSessionFrame.LoadCompleteListener() {
public void loadComplete(ImportedModel importedModel) {