// =========================================================================== // 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 "Bend" m_ModifyCurvesSubMenu.kBend; displayString -replace -value "Curl" m_ModifyCurvesSubMenu.kCurl; displayString -replace -value "Lock Length" m_ModifyCurvesSubMenu.kLockLength; displayString -replace -value "Scale Curvature" m_ModifyCurvesSubMenu.kScaleCurvature; displayString -replace -value "Smooth" m_ModifyCurvesSubMenu.kSmooth; displayString -replace -value "Straighten" m_ModifyCurvesSubMenu.kStraighten; displayString -replace -value "Unlock Length" m_ModifyCurvesSubMenu.kUnlockLength;