// =========================================================================== // 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_textureLatticeDeformProperties.kColumns; displayString -replace -value "Falloff:" m_textureLatticeDeformProperties.kFalloff; displayString -replace -value "Lattice Settings" m_textureLatticeDeformProperties.kLatticeSettings; displayString -replace -value "Placement:" m_textureLatticeDeformProperties.kPlacement; displayString -replace -value "Rows:" m_textureLatticeDeformProperties.kRows; displayString -replace -value "Show move manipulator" m_textureLatticeDeformProperties.kShowMoveManipulator; displayString -replace -value "Snap center" m_textureLatticeDeformProperties.kSnapCenter; displayString -replace -value "Snap corner" m_textureLatticeDeformProperties.kSnapCorner; displayString -replace -value "Snap Settings" m_textureLatticeDeformProperties.kSnapSettings; displayString -replace -value "Use bounding rectangle" m_textureLatticeDeformProperties.kUseBoundingRectangle;