// =========================================================================== // 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 "Columns:" m_performTextureLatticeOptions.kColumns; displayString -replace -value "Falloff:" m_performTextureLatticeOptions.kFalloff; displayString -replace -value "Lattice Settings" m_performTextureLatticeOptions.kLatticeSettings; displayString -replace -value "Placement: " m_performTextureLatticeOptions.kPlacement; displayString -replace -value "Rows:" m_performTextureLatticeOptions.kRows; displayString -replace -value "Snap center" m_performTextureLatticeOptions.kSanpCenter; displayString -replace -value "Snap corner" m_performTextureLatticeOptions.kSanpCorner; displayString -replace -value "Snap Settings" m_performTextureLatticeOptions.kSnapSettings; displayString -replace -value "UV Lattice Tool Options" m_performTextureLatticeOptions.kUVLatticeToolOptions; displayString -replace -value "Use bounding rectangle" m_performTextureLatticeOptions.kUseBoundingRectangle;