@ -130,6 +130,7 @@ public class ExternalChangeScanner implements AssetDataPropertyChangeListener, F
Spatial original = loadOriginalSpatial ( ) ;
Spatial spat = ( Spatial ) assetDataObject . loadAsset ( ) ;
SpatialUtil . updateMeshDataFromOriginal ( spat , original ) ;
if ( SpatialUtil . hasAnimations ( original ) ) {
NotifyDescriptor . Confirmation mesg = new NotifyDescriptor . Confirmation ( "Model appears to have animations, try to import as well?\nCurrently this will unlink attachment Nodes and clear\nadded effects tracks." ,
"Animations Available" ,
NotifyDescriptor . YES_NO_OPTION , NotifyDescriptor . QUESTION_MESSAGE ) ;
@ -137,6 +138,7 @@ public class ExternalChangeScanner implements AssetDataPropertyChangeListener, F
if ( mesg . getValue ( ) = = NotifyDescriptor . Confirmation . YES_OPTION ) {
SpatialUtil . updateAnimControlDataFromOriginal ( spat , original ) ;
}
}
closeOriginalSpatial ( ) ;
assetDataObject . saveAsset ( ) ;
} catch ( Exception e ) {