don't send pack baked texture assets into updates.
parent
21242205d1
commit
4cbc13b52f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue