|
|
@ -100,13 +100,14 @@ public final class ModelImporterVisualPanel1 extends JPanel implements AssetEven |
|
|
|
if (data != null) { |
|
|
|
if (data != null) { |
|
|
|
((AssetDataObject) obj).getLookupContents().add(manager); |
|
|
|
((AssetDataObject) obj).getLookupContents().add(manager); |
|
|
|
mainKey = data.getAssetKey(); |
|
|
|
mainKey = data.getAssetKey(); |
|
|
|
|
|
|
|
currentModel = (Spatial)data.loadAsset(); |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (DataObjectNotFoundException ex) { |
|
|
|
} catch (DataObjectNotFoundException ex) { |
|
|
|
Exceptions.printStackTrace(ex); |
|
|
|
Exceptions.printStackTrace(ex); |
|
|
|
mainKey = new ModelKey(path.getName()); |
|
|
|
mainKey = new ModelKey(path.getName()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
currentModel = (Spatial) manager.loadAsset(mainKey); |
|
|
|
// currentModel = (Spatial) manager.loadAsset(mainKey);
|
|
|
|
if (currentModel != null) { |
|
|
|
if (currentModel != null) { |
|
|
|
offPanel.attach(currentModel); |
|
|
|
offPanel.attach(currentModel); |
|
|
|
updateProperties(mainKey); |
|
|
|
updateProperties(mainKey); |
|
|
|