// =========================================================================== // 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 add ^1s to shrinkWrap node ^2s." m_doShrinkWrapArgList.kFailedToAddToShrinkWrap; displayString -replace -value "Failed to create a shrinkWrap node for ^1s." m_doShrinkWrapArgList.kFailedToCreateShrinkWrap; displayString -replace -value "Target objects must be polygon meshes." m_doShrinkWrapArgList.kInfluenceObjects; displayString -replace -value "Inner objects must be polygon meshes, NURBS curves or NURBS surfaces." m_doShrinkWrapArgList.kInnerObjects; displayString -replace -value "No deformable object selected." m_doShrinkWrapArgList.kNoDeformableSel; displayString -replace -value "No shrinkwrap deformer is associated with surface ^1s." m_doShrinkWrapArgList.kNoShrinkWrapDeformer; displayString -replace -value "No shrinkwrap deformer is associated with surface ^1s." m_doShrinkWrapArgList.kNoShrinkWrapDeformerForSurface; displayString -replace -value "No shrinkwrap deformer is associated with ^1s." m_doShrinkWrapArgList.kNoShrinkWrapDeformerForTarget; displayString -replace -value "Select at least one surface and a target object." m_doShrinkWrapArgList.kSelectAtLeast; displayString -replace -value "Select at least one surface to add and the target object/shrinkwrap node." m_doShrinkWrapArgList.kSelectSurfaceAndShrinkWrap; displayString -replace -value "Select at least one surface (or shrinkwrap node) and a target object." m_doShrinkWrapArgList.kSelectSurfaceOrShrinkWrap;