Fixes, foxes, faxes, and "oh fucks."

Link and unlink buttons are now in the build menu. To facilitate this, some minor elements were adjusted, and the edit boxes were re-aligned. Emerald's layout was pretty sloppy anyway.
More fiddling with the windlight menu, and more dead ends.

Expect at least one more update before night's end to implement the features coming in from the merge.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-02 03:19:13 -04:00
parent 9c207ae7e1
commit 1fe07cfcd7
9 changed files with 98 additions and 63 deletions

View File

@@ -5565,7 +5565,7 @@ void LLVOAvatar::processAnimationStateChanges()
{
LLMemType mt(LLMemType::MTYPE_AVATAR);
if (gNoRender)//||mLockTPose) (For future use -HGB)
if ((gNoRender)||(gAgent.isTPosed())) //isTPosed is meant to stop animation updates while force-TPosed.
{
return;
}