// =========================================================================== // 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 "Divisions per edge" m_polyCreateAppendOptionsPopup.kDivisions; displayString -replace -value "5" m_polyCreateAppendOptionsPopup.kFive; displayString -replace -value "4" m_polyCreateAppendOptionsPopup.kFour; displayString -replace -value "Limit points" m_polyCreateAppendOptionsPopup.kLimitPoints; displayString -replace -value "No Limit" m_polyCreateAppendOptionsPopup.kNoLimit; displayString -replace -value "None" m_polyCreateAppendOptionsPopup.kNone; displayString -replace -value "Normalize" m_polyCreateAppendOptionsPopup.kNormalize; displayString -replace -value "1" m_polyCreateAppendOptionsPopup.kOne; displayString -replace -value "Keep faces planar" m_polyCreateAppendOptionsPopup.kPlanarFaces; displayString -replace -value "6" m_polyCreateAppendOptionsPopup.kSix; displayString -replace -value "Texture space" m_polyCreateAppendOptionsPopup.kTextureSpace; displayString -replace -value "3" m_polyCreateAppendOptionsPopup.kThree; displayString -replace -value "2" m_polyCreateAppendOptionsPopup.kTwo; displayString -replace -value "Unitize" m_polyCreateAppendOptionsPopup.kUnitize;