From 4cf384d2a5d5824cd68aefa97d033cebb7a497c3 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Fri, 14 Mar 2014 10:43:04 +0100 Subject: [PATCH] Animation upload: Avatar is not animated after file is loaded if using preview on own avatar --- indra/newview/llfloaterbvhpreview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloaterbvhpreview.cpp b/indra/newview/llfloaterbvhpreview.cpp index fa0389a7a8..627163aeac 100755 --- a/indra/newview/llfloaterbvhpreview.cpp +++ b/indra/newview/llfloaterbvhpreview.cpp @@ -365,7 +365,7 @@ BOOL LLFloaterBvhPreview::loadBVH() motionp->setName(getChild("name_form")->getValue().asString()); // Preview on own avatar //mAnimPreview->getDummyAvatar()->startMotion(mMotionID); - mAnimPreview->getPreviewAvatar(this)->startMotion(mMotionID); + onBtnPlay(); // getChild("playback_slider")->setMinValue(0.0);