diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-03-10 15:43:30 -0500 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-03-10 15:43:30 -0500 | 
| commit | 071a30cca4dc43e6bb8bd1abe8f76f8ff5f506a4 (patch) | |
| tree | f1afc507dc67236be80567eca7977b8f2c189aab | |
| parent | 934a168fb53e03aa6f5bbc441eff4d41c4bfc51d (diff) | |
| parent | 28c6426afb399a028010e3d75a9f29a03f161bb5 (diff) | |
merge
| -rwxr-xr-x | indra/llcharacter/llbvhloader.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/llcharacter/llbvhloader.cpp b/indra/llcharacter/llbvhloader.cpp index a6ab801cef..e906d81ce1 100755 --- a/indra/llcharacter/llbvhloader.cpp +++ b/indra/llcharacter/llbvhloader.cpp @@ -976,6 +976,10 @@ void LLBVHLoader::applyTranslations()          //Allow joint position changes as of SL-318          joint->mIgnorePositions = FALSE; +        if (joint->mNumChannels == 3) +        { +            joint->mIgnorePositions = TRUE; +        }  		//----------------------------------------------------------------  		// Set the relativepos flags if necessary | 
