// =========================================================================== // 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 "Image of resolution ^1s ^2s is invalid." m_mayaSoftwareRefreshIprImage.kInvalidRes; displayString -replace -value "Maximum tile size ^1s ^2s\n" m_mayaSoftwareRefreshIprImage.kMaxTileSize; displayString -replace -value "No memory is available to update the image. Increase the IPR memory limit." m_mayaSoftwareRefreshIprImage.kNoMemory; displayString -replace -value "There is nothing to render." m_mayaSoftwareRefreshIprImage.kNothingToRender;