// =========================================================================== // 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 "Auto completion" m_performSmoothCurve.kAutoCompletion; displayString -replace -value "Exit on completion" m_performSmoothCurve.kExitOnCompletion; displayString -replace -value "Keep original" m_performSmoothCurve.kKeepOriginal; displayString -replace -value "Smooth" m_performSmoothCurve.kSmooth; displayString -replace -value "Smooth Curve Options" m_performSmoothCurve.kSmoothCurveOptions; displayString -replace -value "Smooth Curve Tool Options" m_performSmoothCurve.kSmoothCurveToolOptions; displayString -replace -value "Smooth Tool" m_performSmoothCurve.kSmoothTool; displayString -replace -value "Smoothness:" m_performSmoothCurve.kSmoothness; displayString -replace -value "Tool behavior:" m_performSmoothCurve.kToolBehavior;