mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Enable loading of textures in OpenSim archives with load-oar/save-oar
* Right now, this only saves and reloads textures that have been applied to the entire prim (not ones which have been applied to individual faces). * This is work in progress - it is currently experimental, hacky, inefficient, completely unsupported and liable to change rapidly at short notice :)
This commit is contained in:
@@ -75,7 +75,6 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
|
||||
{
|
||||
serializedPrims = m_asciiEncoding.GetString(data);
|
||||
}
|
||||
/*
|
||||
else if (filePath.StartsWith(ArchiveConstants.ASSETS_PATH))
|
||||
{
|
||||
// Right now we're nastily obtaining the lluuid from the filename
|
||||
@@ -96,7 +95,6 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
|
||||
|
||||
m_scene.AssetCache.AddAsset(asset);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
m_log.DebugFormat("[ARCHIVER]: Reached end of archive");
|
||||
|
||||
Reference in New Issue
Block a user