From e03a057fc899a0b362f9f2bb37fd012acec45e96 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 28 May 2010 18:34:36 -0700 Subject: Fixed issue with certain sit animations not loading --- linden/indra/llcharacter/llkeyframemotion.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linden/indra/llcharacter/llkeyframemotion.cpp b/linden/indra/llcharacter/llkeyframemotion.cpp index c1e26a1..3b4cf7e 100644 --- a/linden/indra/llcharacter/llkeyframemotion.cpp +++ b/linden/indra/llcharacter/llkeyframemotion.cpp @@ -1364,8 +1364,10 @@ BOOL LLKeyframeMotion::deserialize(LLDataPacker& dp) } else { - llwarns << "joint not found: " << llendl; - return FALSE; + llwarns << "joint not found: " << joint_name << llendl; + // Returning here causes certain sits to fail on OpenSim, and this line is commented out of V2. + // Seems safe enough to comment out here -- MC + //return FALSE; } joint_motion->mJointName = joint_name; -- cgit v1.1