SH-3954 SH-3941 SH-3910 FIX local appearance does not update
We suppress texture downloads for local textures not needed with server side baking. We need to explicitly re-set texture priority for local textures when entering appearance mode.
This commit is contained in:
committed by
Latif Khalifa
parent
bb528a4398
commit
0866685971
@@ -3002,8 +3002,9 @@ void LLVOAvatarSelf::onCustomizeStart(bool disable_camera_switch)
|
|||||||
gAgentAvatarp->idleUpdateAppearanceAnimation();
|
gAgentAvatarp->idleUpdateAppearanceAnimation();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
gAgentAvatarp->invalidateAll();
|
gAgentAvatarp->updateTextures(); // call updateTextureStats
|
||||||
gAgentAvatarp->updateMeshTextures();
|
gAgentAvatarp->invalidateAll(); // mark all bakes as dirty, request updates
|
||||||
|
gAgentAvatarp->updateMeshTextures(); // make sure correct textures are applied to the avatar mesh.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user