// =========================================================================== // 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 "AutoSeam" m_performPolyAutoSeamUV.kAutoSeam; displayString -replace -value "Auto Seams Settings" m_performPolyAutoSeamUV.kAutoSeamSettingsFrame; displayString -replace -value "Auto Seams" m_performPolyAutoSeamUV.kAutoSeamUVs; displayString -replace -value "Auto Seams Options" m_performPolyAutoSeamUV.kAutoSeamUVsOptions; displayString -replace -value "Automatic" m_performPolyAutoSeamUV.kAutomatic; displayString -replace -value "Cut along hard edges" m_performPolyAutoSeamUV.kCutAlongHardEdges; displayString -replace -value "Connect Holes:" m_performPolyAutoSeamUV.kCutPipes; displayString -replace -value "Fix non-manifold geometry" m_performPolyAutoSeamUV.kFixNonManifold; displayString -replace -value "Auto Seams command not available. Unfold3D plugin not loaded" m_performPolyAutoSeamUV.kLoadPluginError; displayString -replace -value "Method:" m_performPolyAutoSeamUV.kMethod; displayString -replace -value "Seams:" m_performPolyAutoSeamUV.kOperation; displayString -replace -value "Cut" m_performPolyAutoSeamUV.kPixelUnits; displayString -replace -value "Settings" m_performPolyAutoSeamUV.kSettingsFrame; displayString -replace -value "Shell Splitting Tolerance:" m_performPolyAutoSeamUV.kSplitShells; displayString -replace -value "Select" m_performPolyAutoSeamUV.kUVUnits;