// =========================================================================== // 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 "A joint or handle must be selected." m_ikFK.kAJointOrHandle; displayString -replace -value "ikFK modes:\n\t0: Just set keys at the current time.\n\t1: Set the current keys and if FK, find the previous IK enable\n\t key and if it is on, set it to be off.\n\t2: Set the current key and if IK, find the previous IK enable\n\t key and if it is off, set it to be on.\n\t3: A combination of 1 & 2.\n" m_ikFK.kJustSetKeys; displayString -replace -value "No joints in an IK chain were found." m_ikFK.kNoJointsInIKChain; displayString -replace -value "No keys set on ^1s.ikBlend" m_ikFK.kNoKeysSet; displayString -replace -value "^1s is not a valid mode." m_ikFK.kNotAValidMode;