diff options
| -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 | 
