// =========================================================================== // 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 "Connect border edges" m_polyMirrorOptionsPopup.kConnectBorderEdges; displayString -replace -value "Direction" m_polyMirrorOptionsPopup.kDirectionLabel; displayString -replace -value "Don't merge" m_polyMirrorOptionsPopup.kDontMerge; displayString -replace -value "Merge Mode" m_polyMirrorOptionsPopup.kMergeModeLabel; displayString -replace -value "Merge vertices" m_polyMirrorOptionsPopup.kMergeVertices; displayString -replace -value "-X" m_polyMirrorOptionsPopup.kMinuxX; displayString -replace -value "-Y" m_polyMirrorOptionsPopup.kMinuxY; displayString -replace -value "-Z" m_polyMirrorOptionsPopup.kMinuxZ; displayString -replace -value "+X" m_polyMirrorOptionsPopup.kPlusX; displayString -replace -value "+Y" m_polyMirrorOptionsPopup.kPlusY; displayString -replace -value "+Z" m_polyMirrorOptionsPopup.kPlusZ;