// =========================================================================== // 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 to create a wrap node for ^1s." m_doWrapArgList.kFailedToCreateWrap; displayString -replace -value "Influence objects must be polygon meshes, NURBS curves or NURBS surfaces." m_doWrapArgList.kInfluenceObjects; displayString -replace -value "No deformable object selected." m_doWrapArgList.kNoDeformableSel; displayString -replace -value "No wrap deformer is associated with surface ^1s." m_doWrapArgList.kNoWrapDeformer; displayString -replace -value "Select at least one surface and one influence object." m_doWrapArgList.kSelectAtLeast; displayString -replace -value "Select at least one surface (or wrap node) and one influence object." m_doWrapArgList.kSelectAtLeastOneSurface; displayString -replace -value "Select at least one surface (or wrap node) and one influence object." m_doWrapArgList.kSelectSurfaceOrWrap;