// =========================================================================== // 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 cloth object must be selected." m_moveCacheToInput.kMustSelectACloth; displayString -replace -value "^1s does not have a cache." m_moveCacheToInput.kNoCache; displayString -replace -value "No cloth objects selected." m_moveCacheToInput.kNoClothSelected; displayString -replace -value "^1s does not have an input mesh." m_moveCacheToInput.kNoInputMesh; displayString -replace -value "Input mesh (^1s) and output mesh (^2s) have different parents; transferring the cache may produce undesired results." m_moveCacheToInput.kNotSibling;