// =========================================================================== // 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 "Failed in explodeNurbsShell node creation!" m_stitchAndExplodeShell.kFailedExplodeNurbsShell; displayString -replace -value "stitchAndExplodeShell script failed on selected NURBS surfaces." m_stitchAndExplodeShell.kFailedOnSelectedNURBSSurfaces; displayString -replace -value "Failed in stitchAsNurbsShell node creation!" m_stitchAndExplodeShell.kFailedStitchAsNurbsShell; displayString -replace -value "Failed in surfaceVarGroup node creation!" m_stitchAndExplodeShell.kFailedSurfaceVarGroup; displayString -replace -value "select at least one NURBS surface." m_stitchAndExplodeShell.kSelectAtLeastOne; displayString -replace -value "select a NURBS surface to convert." m_stitchAndExplodeShell.kSelectToConvert;