// =========================================================================== // 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 "Cannot open the file!\n" m_performExportToPrecompFile.kCanNotOpenFileError; displayString -replace -value "Cannot open the precomp template file!\n" m_performExportToPrecompFile.kTemplateNotFoundError; displayString -replace -value "Image file extension needed by Toxik is missing in ^1s" m_performExportToPrecompFile.kToxikExtAbsenceWarning; displayString -replace -value "Incorrect image extension set in ^1s!\nSpecify correct image extension for the image format you choose" m_performExportToPrecompFile.kToxikUnsupportedExtWarning; displayString -replace -value "Image format which unsupports by Toxik is set in ^1s!\nToxik only supports following image formats:\nTGA, BMP, EXR, SGI, Cineon, HDR, JPEG, IFF, PNG, SOFTIMAGE PIC, TIFF, DPX" m_performExportToPrecompFile.kToxikUnsupportedFormatWarning;