// =========================================================================== // 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 "Empty Selection List" m_polyMirror.kEmptySelList; displayString -replace -value "No mesh found in the selection list" m_polyMirror.kErrorNoMesh; displayString -replace -value "No polygonal object selected" m_polyMirror.kErrorNoPolyObj; displayString -replace -value "polyMirror works at the object level. Select the object and invoke the command" m_polyMirror.kErrorPolyMirrorObj; displayString -replace -value "Transform nodes cannot be mirrored. Select one of the children mesh by using the down arrow key" m_polyMirror.kErrorTransformNodes; displayString -replace -value "polyMirror: Unknown error." m_polyMirror.kErrorUnknown; displayString -replace -value "polyMirror: Error specifying X direction. Valid values are -1, 0, 1" m_polyMirror.kErrorXDir; displayString -replace -value "polyMirror: Error specifying Y direction. Valid values are -1, 0, 1" m_polyMirror.kErrorYDir; displayString -replace -value "polyMirror: Error specifying Z direction. Valid values are -1, 0, 1" m_polyMirror.kErrorZDir; displayString -replace -value "Mirroring along 2 directions might yield unpredictable results" m_polyMirror.kWarnMirror2Dir; displayString -replace -value "Multiple objects cannot be mirrored. Using the first one" m_polyMirror.kWarnMultipleObjs; displayString -replace -value "polyMirror: Cannot stitch closed objects" m_polyMirror.kWarnStichClosed;