// =========================================================================== // 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 "Automatic" m_performPolyDistributeUVs.kAutomatic; displayString -replace -value "Custom" m_performPolyDistributeUVs.kCustom; displayString -replace -value "Distribute Along:" m_performPolyDistributeUVs.kDistributeAlong; displayString -replace -value "Distribute UVs Options" m_performPolyDistributeUVs.kDistributeUVsOptions; displayString -replace -value "Distribution Distance:" m_performPolyDistributeUVs.kDistributionDistance; displayString -replace -value "Settings" m_performPolyDistributeUVs.kSettingsFrame; displayString -replace -value "U" m_performPolyDistributeUVs.kU; displayString -replace -value "V" m_performPolyDistributeUVs.kV;