diff options
author | Justin Clark-Casey (justincc) | 2011-12-20 18:54:15 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-20 18:54:15 +0000 |
commit | fa0a71253f0c824b6fc952c1a8927c8f189892b9 (patch) | |
tree | fbc3fff718abf81d06671b6b65b4da91a8f6fd09 /OpenSim/Region | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-fa0a71253f0c824b6fc952c1a8927c8f189892b9.zip opensim-SC_OLD-fa0a71253f0c824b6fc952c1a8927c8f189892b9.tar.gz opensim-SC_OLD-fa0a71253f0c824b6fc952c1a8927c8f189892b9.tar.bz2 opensim-SC_OLD-fa0a71253f0c824b6fc952c1a8927c8f189892b9.tar.xz |
Though the viewer warns about receiving this, not sending appears to break baked texture caching when crossing region boundaries.
Needs further investigation.
Revert "Stop sending the viewer its own AvatarAppearance packet."
This reverts commit 92039f295d7fe66bf1a09b29483f9057e395839e.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 36d8c0b..b8ae553 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2532,10 +2532,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2532 | // again here... this comes after the cached appearance check because the avatars | 2532 | // again here... this comes after the cached appearance check because the avatars |
2533 | // appearance goes into the avatar update packet | 2533 | // appearance goes into the avatar update packet |
2534 | SendAvatarDataToAllAgents(); | 2534 | SendAvatarDataToAllAgents(); |
2535 | 2535 | SendAppearanceToAgent(this); | |
2536 | // Sending us our own appearance does not seem to be necessary, and the viewer warns in the log if you do | ||
2537 | // this. | ||
2538 | // SendAppearanceToAgent(this); | ||
2539 | 2536 | ||
2540 | // If we are using the the cached appearance then send it out to everyone | 2537 | // If we are using the the cached appearance then send it out to everyone |
2541 | if (cachedappearance) | 2538 | if (cachedappearance) |