// =========================================================================== // 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 "addMembers: couldn't find input mesh\n" m_dynamicConstraintMembership.kAddNoInputMeshWrn; displayString -replace -value "addMembers: unsupported cType ^1s" m_dynamicConstraintMembership.kAddUnsupportedCTypeWrn; displayString -replace -value "^1s has no connected nComponent nodes." m_dynamicConstraintMembership.kNoConnectComponent; displayString -replace -value "No constraints currently selected." m_dynamicConstraintMembership.kNoConstraints; displayString -replace -value "^1s does not have an input nucleus object." m_dynamicConstraintMembership.kNoInputNucleus; displayString -replace -value "^1s does not currently have a visibile input or output mesh." m_dynamicConstraintMembership.kNoVisibleMesh; displayString -replace -value "removeMembers: couldn't find input mesh\n" m_dynamicConstraintMembership.kRemoveNoInputMeshWrn; displayString -replace -value "Cannot remove last constraint element when using a set\n" m_dynamicConstraintMembership.kRemoveSetWrn; displayString -replace -value "removeMembers: unsupported cType ^1s" m_dynamicConstraintMembership.kRemoveUnsupportedCTypeWrn; displayString -replace -value "replaceMembers: couldn't find input mesh\n" m_dynamicConstraintMembership.kReplaceNoInputMeshWrn; displayString -replace -value "replaceMembers: unsupported cType ^1s" m_dynamicConstraintMembership.kReplaceUnsupportedCTypeWrn; displayString -replace -value "^1s componentType value ^2s not supported\n" m_dynamicConstraintMembership.kUnsupportedType;