// =========================================================================== // 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 "Closing curve failed." m_attachBlendCurve.kErrorClosingCurveFailed; displayString -replace -value "Rebuilding curve failed." m_attachBlendCurve.kErrorRebuildingCurveFailed; displayString -replace -value "Need to select a curve." m_attachBlendCurve.kErrorSelectCurve; displayString -replace -value "The degree ^1s curve has to have at least ^2s spans in order to do attach blend." m_attachBlendCurve.kWarningTooFewSpans; displayString -replace -value "Only the last selected curve will be used for attachBlend." m_attachBlendCurve.kWarningTooManyCurves;