SDK
- 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:
parent
ee92e5f229
commit
c5f213e3fc
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user