// =========================================================================== // 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 "Erase" m_artPuttyOptionsPopup.kErase; displayString -replace -value "Pinch" m_artPuttyOptionsPopup.kPinch; displayString -replace -value "Pull" m_artPuttyOptionsPopup.kPull; displayString -replace -value "Push" m_artPuttyOptionsPopup.kPush; displayString -replace -value "Relax" m_artPuttyOptionsPopup.kRelax; displayString -replace -value "Slide" m_artPuttyOptionsPopup.kSlide; displayString -replace -value "Smooth" m_artPuttyOptionsPopup.kSmooth;