// =========================================================================== // 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 "Distance" m_texCalculatePixelDistance.kDistance; displayString -replace -value "Map size" m_texCalculatePixelDistance.kMapSize; displayString -replace -value "Pixel Distance" m_texCalculatePixelDistance.kPixelDistance; displayString -replace -value "Results" m_texCalculatePixelDistance.kResult; displayString -replace -value "U Distance" m_texCalculatePixelDistance.kUDistance; displayString -replace -value "Close" m_texCalculatePixelDistance.kUvEditorPxDistBtnCloseLabel; displayString -replace -value "Recalculate" m_texCalculatePixelDistance.kUvEditorPxDistBtnOkLabel; displayString -replace -value "V Distance" m_texCalculatePixelDistance.kVDistance;