summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-03-10 15:43:30 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-03-10 15:43:30 -0500
commit071a30cca4dc43e6bb8bd1abe8f76f8ff5f506a4 (patch)
treef1afc507dc67236be80567eca7977b8f2c189aab /indra/llcharacter
parent934a168fb53e03aa6f5bbc441eff4d41c4bfc51d (diff)
parent28c6426afb399a028010e3d75a9f29a03f161bb5 (diff)
merge
Diffstat (limited to 'indra/llcharacter')
-rwxr-xr-xindra/llcharacter/llbvhloader.cpp4
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