// =========================================================================== // 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 "Along edge" m_performTextureViewGridOptions.kAlongEdge; displayString -replace -value "Axes" m_performTextureViewGridOptions.kAxes; displayString -replace -value "Axes:" m_performTextureViewGridOptions.kAxesColor; displayString -replace -value "Color" m_performTextureViewGridOptions.kColor; displayString -replace -value "Display" m_performTextureViewGridOptions.kDisplay; displayString -replace -value "Grid line spacing must be greater than 0.0" m_performTextureViewGridOptions.kGridLineSpacing; displayString -replace -value "Grid lines" m_performTextureViewGridOptions.kGridLines; displayString -replace -value "Grid lines:" m_performTextureViewGridOptions.kGridLinesColor; displayString -replace -value "Grid lines every:" m_performTextureViewGridOptions.kGridLinesEvery; displayString -replace -value "Grid numbers:" m_performTextureViewGridOptions.kGridNumbers; displayString -replace -value "Grid numbers:" m_performTextureViewGridOptions.kGridNumbersColor; displayString -replace -value "Hide" m_performTextureViewGridOptions.kHide; displayString -replace -value "Length and width:" m_performTextureViewGridOptions.kLengthAndWidth; displayString -replace -value "Length and width value may not be less than 1.0" m_performTextureViewGridOptions.kLowLengthAndWidthValue; displayString -replace -value "On axes" m_performTextureViewGridOptions.kOnAxes; displayString -replace -value "Size" m_performTextureViewGridOptions.kSize; displayString -replace -value "Subdivision lines" m_performTextureViewGridOptions.kSubdivisionLines; displayString -replace -value "Subdivision lines:" m_performTextureViewGridOptions.kSubdivisionLinesColor; displayString -replace -value "Subdivisions:" m_performTextureViewGridOptions.kSubdivisions; displayString -replace -value "Tile Labels" m_performTextureViewGridOptions.kTileLabels; displayString -replace -value "Tile lines:" m_performTextureViewGridOptions.kTileLinesColor; displayString -replace -value "Tile Lines" m_performTextureViewGridOptions.kTiles; displayString -replace -value "UV Editor Grid Options" m_performTextureViewGridOptions.kUVTextureEditorGridOptions; displayString -replace -value "units" m_performTextureViewGridOptions.kUnits;