don't send pack baked texture assets into updates.
parent
21242205d1
commit
4cbc13b52f
|
@ -732,13 +732,14 @@ namespace OpenSim.Framework
|
||||||
}
|
}
|
||||||
data["textures"] = textures;
|
data["textures"] = textures;
|
||||||
|
|
||||||
|
/* don't send bakes.
|
||||||
if (m_cacheitems != null)
|
if (m_cacheitems != null)
|
||||||
{
|
{
|
||||||
OSDArray baked = WearableCacheItem.BakedToOSD(m_cacheitems);
|
OSDArray baked = WearableCacheItem.BakedToOSD(m_cacheitems);
|
||||||
if (baked != null)
|
if (baked != null)
|
||||||
data["bakedcache"] = baked;
|
data["bakedcache"] = baked;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
// Visual Parameters
|
// Visual Parameters
|
||||||
OSDBinary visualparams = new OSDBinary(m_visualparams);
|
OSDBinary visualparams = new OSDBinary(m_visualparams);
|
||||||
data["visualparams"] = visualparams;
|
data["visualparams"] = visualparams;
|
||||||
|
|
Loading…
Reference in New Issue