// =========================================================================== // 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 "Incorrect number of arguments to doPerformLoft" m_doPerformLoft.kIncorrectNumber; displayString -replace -value "Invalid selection. Need at least two curves." m_doPerformLoft.kInvalidSelection; displayString -replace -value "Nothing was selected to loft. You must select curves." m_doPerformLoft.kWarningNothingSelected;