Sunshine catchup.
This commit is contained in:
@@ -783,9 +783,16 @@ void LLAgent::handleServerBakeRegionTransition(const LLUUID& region_id)
|
||||
llinfos << "update requested due to region transition" << llendl;
|
||||
LLAppearanceMgr::instance().requestServerAppearanceUpdate();
|
||||
}
|
||||
// new-style appearance entering a non-bake region,
|
||||
// need to check for existence of the baking service.
|
||||
else if (isAgentAvatarValid() &&
|
||||
gAgentAvatarp->isUsingServerBakes() &&
|
||||
mRegionp->getCentralBakeVersion()==0)
|
||||
{
|
||||
gAgentAvatarp->checkForUnsupportedServerBakeAppearance();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// setRegion()
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -4480,13 +4487,6 @@ void LLAgent::sendAgentSetAppearance()
|
||||
return;
|
||||
}
|
||||
|
||||
if (!gAgentWearables.changeInProgress())
|
||||
{
|
||||
// Change is fully resolved, can close some open phases.
|
||||
gAgentAvatarp->stopPhase("process_initial_wearables_update");
|
||||
gAgentAvatarp->stopPhase("wear_inventory_category");
|
||||
}
|
||||
|
||||
if (!isAgentAvatarValid() || (getRegion() && getRegion()->getCentralBakeVersion())) return;
|
||||
|
||||
// At this point we have a complete appearance to send and are in a non-baking region.
|
||||
|
||||
Reference in New Issue
Block a user