// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Error: In-between target's maximum influence weighting must not be equal to 1.000." m_doBlendShapeAddInBetweenTarget.kInBetweenWtsNotOne; displayString -replace -value "Error: In-between target's maximum influence weighting cannot be the same as an existing in-between target - it must be unique." m_doBlendShapeAddInBetweenTarget.kInBetweenWtsNotUnique; displayString -replace -value "Error: Cannot find the transform used by hero target." m_doBlendShapeAddInBetweenTarget.kInvalidTransformName;