// =========================================================================== // 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 "Cancel" m_retargeter.kCancel; displayString -replace -value "Mismatched Element: Unable to map ^1s" m_retargeter.kHIKBadMapping; displayString -replace -value "Ignore Locked" m_retargeter.kIgnore; displayString -replace -value "Unable to create custom rig retargeter. Destination must be a valid HIKCharacterNode" m_retargeter.kInvalidDestination; displayString -replace -value "Unable to convert specified enum to mapping supported mapping type." m_retargeter.kInvalidTypeEnum; displayString -replace -value "The ^1s and ^2s attributes on the destination node in the new mapping are locked.\nHow would you like to proceed?" m_retargeter.kPlural; displayString -replace -value "rotation" m_retargeter.kRotation; displayString -replace -value "The ^1s attribute on the destination node in the new mapping is locked.\nHow would you like to proceed?" m_retargeter.kSingular; displayString -replace -value "Attribute is locked" m_retargeter.kTitle; displayString -replace -value "translation" m_retargeter.kTranslation; displayString -replace -value "Unlock All" m_retargeter.kUnlockAll;