TEST do a Animator.UpdateMovementAnimations() when making root ( in
validate appearence just before sending animationavinationmerge
parent
cf48b814eb
commit
0a1ffad07c
|
@ -3507,6 +3507,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_scene.AvatarFactory.QueueAppearanceSave(UUID);
|
m_scene.AvatarFactory.QueueAppearanceSave(UUID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (!IsSatOnObject && Animator != null)
|
||||||
|
Animator.UpdateMovementAnimations();
|
||||||
|
|
||||||
// This agent just became root. We are going to tell everyone about it. The process of
|
// This agent just became root. We are going to tell everyone about it. The process of
|
||||||
// getting other avatars information was initiated elsewhere immediately after the child circuit connected... don't do it
|
// getting other avatars information was initiated elsewhere immediately after the child circuit connected... don't do it
|
||||||
// again here... this comes after the cached appearance check because the avatars
|
// again here... this comes after the cached appearance check because the avatars
|
||||||
|
|
Loading…
Reference in New Issue