// =========================================================================== // 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_textureLatticeDeformOptionsPopup.kColumns; displayString -replace -value "5" m_textureLatticeDeformOptionsPopup.kFive; displayString -replace -value "4" m_textureLatticeDeformOptionsPopup.kFour; displayString -replace -value "Placement" m_textureLatticeDeformOptionsPopup.kPlacement; displayString -replace -value "Rows" m_textureLatticeDeformOptionsPopup.kRows; displayString -replace -value "6" m_textureLatticeDeformOptionsPopup.kSix; displayString -replace -value "Snap center" m_textureLatticeDeformOptionsPopup.kSnapCenter; displayString -replace -value "Snap corner" m_textureLatticeDeformOptionsPopup.kSnapCorner; displayString -replace -value "3" m_textureLatticeDeformOptionsPopup.kThree; displayString -replace -value "Use bounding rectangle" m_textureLatticeDeformOptionsPopup.kUseBoundingRectangle;