// =========================================================================== // 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 "Unable to close the file: ^1s." m_importSkinMap.kFileCloseError; displayString -replace -value "File must be an exported weight map text file, i.e. \"fileName.weightMap\"" m_importSkinMap.kFileExportError; displayString -replace -value "Import Map" m_importSkinMap.kImportMap; displayString -replace -value "// Importing ^1s to ^2s for joint ^3s.\n" m_importSkinMap.kImportingFile; displayString -replace -value "Lattice maps are not supported by Artisan." m_importSkinMap.kLatticeError; displayString -replace -value "No skins were selected." m_importSkinMap.kSkinError; displayString -replace -value "Skipping ^1s: File not found." m_importSkinMap.kSkippingFile; displayString -replace -value "Skipping ^1s: joint does not exist." m_importSkinMap.kSkippingJoint; displayString -replace -value "Skipping ^1s: skin does not exist." m_importSkinMap.kSkippingSkin; displayString -replace -value "Skipping ^1s: Lattice maps are not supported by Artisan." m_importSkinMap.kSkippingWarn; displayString -replace -value "Unable to open the file: ^1s." m_importSkinMap.kUnabletoOpenFile;