// =========================================================================== // 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 "Assign selection as match node" m_performMatchClip.kAssignSelection; displayString -replace -value "Full" m_performMatchClip.kFull; displayString -replace -value "Match Clip Options" m_performMatchClip.kMatchClipOptions; displayString -replace -value "Match Clips" m_performMatchClip.kMatchClips; displayString -replace -value "Match Node: " m_performMatchClip.kMatchNode; displayString -replace -value "Match Rotation:" m_performMatchClip.kMatchRotation; displayString -replace -value "Match Translation:" m_performMatchClip.kMatchTranslation; displayString -replace -value "Cannot assign match node. No active characters are selected." m_performMatchClip.kNoActiveCharacters; displayString -replace -value "None" m_performMatchClip.kNone; displayString -replace -value "Projected" m_performMatchClip.kProjected; displayString -replace -value "Cannot assign match node. Too many characters are selected." m_performMatchClip.kTooManyActiveCharacters;