// =========================================================================== // 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 "^1s.ikBlend is already connected to ^2s.ikBlend" m_connectToIKFK.kBlendAlreadyConnected; displayString -replace -value "// ^1s connections were made.\n" m_connectToIKFK.kConnectionsMade; displayString -replace -value "The last selected item must be an IK handle." m_connectToIKFK.kLastSelected; displayString -replace -value "// No connections were made." m_connectToIKFK.kNoConn; displayString -replace -value "At least two items need to be selected." m_connectToIKFK.kSelectTwo;