// =========================================================================== // 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 "Failed to convert texture!" m_createTextureToGeom.kFailedToConvert; displayString -replace -value "Failed to create texture to geometry converter" m_createTextureToGeom.kFailedToCreate; displayString -replace -value "Specified file ^1s does not exist" m_createTextureToGeom.kFileDoesNotExist; displayString -replace -value "Please select one mesh." m_createTextureToGeom.kNoMesh; displayString -replace -value "A shape was found without a parent. All shapes must have a parent." m_createTextureToGeom.kNoParent; displayString -replace -value "Selection is not a mesh!" m_createTextureToGeom.kNotAMesh; displayString -replace -value "Selection is not a mesh!" m_createTextureToGeom.kNotAMesh2; displayString -replace -value "Too many selections. Please select only one mesh." m_createTextureToGeom.kTooManyMeshes; displayString -replace -value "Too many selections. Please select only one mesh." m_createTextureToGeom.kTooManyMeshes2;