- allow setting BlenderKey options for models supported via blender importer

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10289 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2013-02-01 04:39:50 +00:00
parent ee92e5f229
commit c5f213e3fc

View File

@ -71,7 +71,7 @@ public abstract class AbstractBlenderImportDataObject extends SpatialAssetDataOb
try { try {
lock = getPrimaryFile().lock(); lock = getPrimaryFile().lock();
listListener.start(); listListener.start();
Spatial spatial = mgr.loadModel(assetKeyName); Spatial spatial = mgr.loadModel(key);
replaceFiles(); replaceFiles();
listListener.stop(); listListener.stop();
savable = spatial; savable = spatial;