From 0be36783bf49001a8bf4f5c0d6bbc37b829ed9dc Mon Sep 17 00:00:00 2001 From: raveenajain Date: Fri, 26 Apr 2019 01:37:26 +0100 Subject: [PATCH] hfm blendshape name --- libraries/fbx/src/GLTFSerializer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/fbx/src/GLTFSerializer.cpp b/libraries/fbx/src/GLTFSerializer.cpp index 3ae5e5c0db..622fb92ce7 100755 --- a/libraries/fbx/src/GLTFSerializer.cpp +++ b/libraries/fbx/src/GLTFSerializer.cpp @@ -1200,7 +1200,7 @@ bool GLTFSerializer::buildGeometry(HFMModel& hfmModel, const hifi::VariantHash& float weight = 0.1f; int indexFromMapping = weightedIndex; int targetIndex = weightedIndex; - hfmModel.blendshapeChannelNames.push_back("target_" + weightedIndex); + hfmModel.blendshapeChannelNames.push_back("target_" + QString::number(weightedIndex)); if (!names.isEmpty()) { targetIndex = names.indexOf(keys[weightedIndex]);