diff options
author | Mic Bowman | 2013-05-08 13:13:51 -0700 |
---|---|---|
committer | Mic Bowman | 2013-05-08 13:13:51 -0700 |
commit | 33aaa40bee37ca4d8a3afa10fbbea7c1be3a1d58 (patch) | |
tree | 36cdb2066ecc0cbf8298225c53da6c996da4b50d /bin | |
parent | Delete "" entry for AvatarPicker cap. (diff) | |
download | opensim-SC_OLD-33aaa40bee37ca4d8a3afa10fbbea7c1be3a1d58.zip opensim-SC_OLD-33aaa40bee37ca4d8a3afa10fbbea7c1be3a1d58.tar.gz opensim-SC_OLD-33aaa40bee37ca4d8a3afa10fbbea7c1be3a1d58.tar.bz2 opensim-SC_OLD-33aaa40bee37ca4d8a3afa10fbbea7c1be3a1d58.tar.xz |
Adds an event and a method so that handling of the CachedTexture
packet can be pulled out of LLClientView and moved to
AvatarFactory. The first pass at reusing textures (turned off by
default) is included. When reusing textures, if the baked textures
from a previous login are still in the asset service (which generally
means that they are in the simulator's cache) then the avatar will not
need to rebake. This is both a performance improvement (specifically
that an avatars baked textures do not need to be sent to other users
who have the old textures cached) and a resource improvement (don't
have to deal with duplicate bakes in the asset service cache).
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 0e35c63..81843b1 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -683,6 +683,9 @@ | |||
683 | ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others). | 683 | ; in other situations (e.g. appearance baking failures where the avatar only appears as a cloud to others). |
684 | ResendAppearanceUpdates = true | 684 | ResendAppearanceUpdates = true |
685 | 685 | ||
686 | ; Turning this on responds to CachedTexture packets to possibly avoid rebaking the avatar | ||
687 | ; on every login | ||
688 | ReuseTextures = false | ||
686 | 689 | ||
687 | [Attachments] | 690 | [Attachments] |
688 | ; Controls whether avatar attachments are enabled. | 691 | ; Controls whether avatar attachments are enabled. |