// =========================================================================== // 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 "Prepare For Stitch: Failed in creating stitch node" m_prepareSurfacesToStitch.kErrorFailedCreatingStitchNode; displayString -replace -value "Prepare For Stitch: Failed to make a connection to stitch input" m_prepareSurfacesToStitch.kErrorFailedToConnectToStitchInput; displayString -replace -value "Prepare For Stitch: Failed to make a connection to stitch output" m_prepareSurfacesToStitch.kErrorFailedToConnectToStitchOutput; displayString -replace -value "Prepare For Stitch: select NURBS surface(s) to be stitched together." m_prepareSurfacesToStitch.kErrorSelectSurfaces; displayString -replace -value "Prepare For Stitch: ^1s already prepared" m_prepareSurfacesToStitch.kWarningAlreadyPrepared; displayString -replace -value "Prepare For Stitch: Cannot prepare ^1s" m_prepareSurfacesToStitch.kWarningCannotPrepare; displayString -replace -value "Prepare For Stitch: Failed to connect to the shading group." m_prepareSurfacesToStitch.kWarningFailedToConnectToShadingGroup;