// =========================================================================== // 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 "// All unused influences are already removed on: ^1s.\n" m_removeUnusedInfluences.kAllUnusedAlreadyRemoved; displayString -replace -value "No skins are selected." m_removeUnusedInfluences.kNoSkinsSel; displayString -replace -value "No skins were selected." m_removeUnusedInfluences.kNoSkinsSelected; displayString -replace -value "// Removed ^1s unused influences on: ^2s.\n" m_removeUnusedInfluences.kRemoveUnused;