// =========================================================================== // 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 "\/\/ Converting ^1s to file texture\n" m_paintAttributeOnObject.kConvertingToFileTexture; displayString -replace -value "paintAttributeOnObject: ^1s has no shader assigned." m_paintAttributeOnObject.kPaintAttrNoShaderAssigned; displayString -replace -value "paintAttributeOnObject: ^1s is not a mesh, nurbs or subd.\n" m_paintAttributeOnObject.kPaintAttrNotSurfaceGeom; displayString -replace -value "paintAttributeOnObject: ^1s does not exist.\n" m_paintAttributeOnObject.kPaintAttrObjDoesNotExist;