// =========================================================================== // 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 "Couldn't determine indices for attribute alias swap." m_doBlendShape.kCouldntDetermine; displayString -replace -value "Inbetween index must be <= total number of targets." m_doBlendShape.kInbetweenIndex; displayString -replace -value "Must select the base shape corresponding to the target." m_doBlendShape.kMustSelectBase; displayString -replace -value "Must select a blendShape node" m_doBlendShape.kMustSelectBlendShapeNode; displayString -replace -value "Must select both the target and the base shape." m_doBlendShape.kMustSelectBoth; displayString -replace -value "Must specify blendShape node. Shape is a target for more than one blendShape." m_doBlendShape.kMustSpecifyBlendShape; displayString -replace -value "Must specify the target to add inbetweens." m_doBlendShape.kMustSpecifyTargetToAdd; displayString -replace -value "^1s is not a target." m_doBlendShape.kNotATarget; displayString -replace -value "^1s is not a target on blendShape ^2s." m_doBlendShape.kNotATargetOnBlendShape; displayString -replace -value "Specify at least two shapes: target(s) and base." m_doBlendShape.kSpecifyAtLeast; displayString -replace -value "Specify exactly two target shapes to swap." m_doBlendShape.kSpecifyTwoTargets; displayString -replace -value "Target shapes are on different blendShape nodes" m_doBlendShape.kTargetShapesOnDiff;