aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorMic Bowman2013-05-24 13:26:07 -0700
committerMic Bowman2013-05-24 13:26:07 -0700
commita087dbed7f57f3ec431782dd51ba43110a0f4ae3 (patch)
treefcda17603fe832d2a32efe415f2132070907317c /OpenSim/Region
parentProtect one more update of the baked texture hashes. (diff)
downloadopensim-SC_OLD-a087dbed7f57f3ec431782dd51ba43110a0f4ae3.zip
opensim-SC_OLD-a087dbed7f57f3ec431782dd51ba43110a0f4ae3.tar.gz
opensim-SC_OLD-a087dbed7f57f3ec431782dd51ba43110a0f4ae3.tar.bz2
opensim-SC_OLD-a087dbed7f57f3ec431782dd51ba43110a0f4ae3.tar.xz
One more appearance change: drop sending the SendAppearance packet
to avatar when it becomes root. This packet shows up in the viewer logs as an error and appears to cause problems for completing the texture rebake process for v1 viewers in some cases.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 9e9089b..e1a8941 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2711,7 +2711,9 @@ namespace OpenSim.Region.Framework.Scenes
2711 // again here... this comes after the cached appearance check because the avatars 2711 // again here... this comes after the cached appearance check because the avatars
2712 // appearance goes into the avatar update packet 2712 // appearance goes into the avatar update packet
2713 SendAvatarDataToAllAgents(); 2713 SendAvatarDataToAllAgents();
2714 SendAppearanceToAgent(this); 2714
2715 // This invocation always shows up in the viewer logs as an error.
2716 // SendAppearanceToAgent(this);
2715 2717
2716 // If we are using the the cached appearance then send it out to everyone 2718 // If we are using the the cached appearance then send it out to everyone
2717 if (cachedappearance) 2719 if (cachedappearance)