// =========================================================================== // 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 "Display:" m_performTextureViewUVStatisticsHUDOptions.kDisplay; displayString -replace -value "Overlapping UV count" m_performTextureViewUVStatisticsHUDOptions.kOverlappingUVCount; displayString -replace -value "Percentage of used UV space" m_performTextureViewUVStatisticsHUDOptions.kPercentageOfUsedUVSpace; displayString -replace -value "Reversed UV count" m_performTextureViewUVStatisticsHUDOptions.kReversedUVCount; displayString -replace -value "Settings" m_performTextureViewUVStatisticsHUDOptions.kSettings; displayString -replace -value "UV Statistics HUD Options" m_performTextureViewUVStatisticsHUDOptions.kTextureViewUVStatisticsHUDOptions; displayString -replace -value "U:" m_performTextureViewUVStatisticsHUDOptions.kU; displayString -replace -value "UV Shell count" m_performTextureViewUVStatisticsHUDOptions.kUVShellCount; displayString -replace -value "V:" m_performTextureViewUVStatisticsHUDOptions.kV;