don't send pack baked texture assets into updates.

avinationmerge
UbitUmarov 2014-10-24 19:50:51 +01:00
parent 21242205d1
commit 4cbc13b52f
1 changed files with 2 additions and 1 deletions

View File

@ -732,13 +732,14 @@ namespace OpenSim.Framework
}
data["textures"] = textures;
/* don't send bakes.
if (m_cacheitems != null)
{
OSDArray baked = WearableCacheItem.BakedToOSD(m_cacheitems);
if (baked != null)
data["bakedcache"] = baked;
}
*/
// Visual Parameters
OSDBinary visualparams = new OSDBinary(m_visualparams);
data["visualparams"] = visualparams;