// =========================================================================== // 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 "Effector not connected to a joint" m_loadFullBodyIKFunctions.kEffectorNotConnectedErr; displayString -replace -value "No objects selected to delete keys" m_loadFullBodyIKFunctions.kNoObjectsSelected; displayString -replace -value "effector is not connected properly to a hikHandle!\n" m_loadFullBodyIKFunctions.kUnableToFindHikHandleErr; displayString -replace -value "unable to identify which body part is being keyed\n" m_loadFullBodyIKFunctions.kUnableToIdentifyPartErr; displayString -replace -value "Unable to key to pin: no pinned effector found" m_loadFullBodyIKFunctions.kUnableToKeyToPin; displayString -replace -value "Unexpected pinning state\n" m_loadFullBodyIKFunctions.kUnexpectedPinningState; displayString -replace -value "Unsupported case in keyEffectorsTranslationRotation()\n" m_loadFullBodyIKFunctions.kUnsupportedCase;