// =========================================================================== // 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 "// Result: Copied ^1s skins.\n" m_doCopySkinWeightsArgList.kCopiedResult; displayString -replace -value "^1s is not in a skinCluster, ^2s ignored" m_doCopySkinWeightsArgList.kIsNotASkinCluster; displayString -replace -value "Must select a source and a destination skin." m_doCopySkinWeightsArgList.kNeedsSourceAndDest; displayString -replace -value "Must select a destination surface with a skin." m_doCopySkinWeightsArgList.kNoDestinationSkinsFound;