// =========================================================================== // 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 skin maps will be written to disk. Proceed?" m_exportSkinMap.kDlgMsg; displayString -replace -value "Exporting skin maps ..." m_exportSkinMap.kExportingSkinMaps; displayString -replace -value "Unable to close the file: ^1s." m_exportSkinMap.kFileCloseError; displayString -replace -value "Unable to open the file: ^1s" m_exportSkinMap.kFileOpenError; displayString -replace -value "Lattice maps are not supported by Artisan." m_exportSkinMap.kLatticeError; displayString -replace -value "No" m_exportSkinMap.kNo; displayString -replace -value "No skins were selected." m_exportSkinMap.kNoSkinsError; displayString -replace -value "Skipping ^1s: Lattice maps are not supported by Artisan." m_exportSkinMap.kSkippingWarn; displayString -replace -value "Write Map" m_exportSkinMap.kWriteMap; displayString -replace -value "Yes" m_exportSkinMap.kYes;