// =========================================================================== // 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: The number of base geometries and target geometries is not equal, there should be one-to-one mapping." m_blendShapeChangeInBetweenWeight.kBaseNumNoMatchTargetNum; displayString -replace -value "In-between target's maximum influence weighting cannot be the same as an existing in-between target - it must be unique." m_blendShapeChangeInBetweenWeight.kInBetweenErrorWeightDuplicate; displayString -replace -value "In-between target's maximum influence weighting must not be equal to 1.000." m_blendShapeChangeInBetweenWeight.kInBetweenErrorWeightEqualsToOne;