// =========================================================================== // 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 "Align UVs Options" m_performTextureViewAlignUVsOptions.kAlignUVsOptions; displayString -replace -value "Align selection to:" m_performTextureViewAlignUVsOptions.kPolyTViewAlignUVs; displayString -replace -value "Center U value" m_performTextureViewAlignUVsOptions.kPolyTViewCenterUValue; displayString -replace -value "Center V value" m_performTextureViewAlignUVsOptions.kPolyTViewCenterVValue; displayString -replace -value "Maximum U value" m_performTextureViewAlignUVsOptions.kPolyTViewMaxUValue; displayString -replace -value "Maximum V value" m_performTextureViewAlignUVsOptions.kPolyTViewMaxVValue; displayString -replace -value "Minimum U value" m_performTextureViewAlignUVsOptions.kPolyTViewMinUValue; displayString -replace -value "Minimum V value" m_performTextureViewAlignUVsOptions.kPolyTViewMinVValue; displayString -replace -value "Settings" m_performTextureViewAlignUVsOptions.kSettingsFrame;