// =========================================================================== // 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 "Cannot delete instanced original shape." m_doSubdivAttachArgList.kCantDelete; displayString -replace -value "Polygon combine failed" m_doSubdivAttachArgList.kCombineFailed; displayString -replace -value "Cannot attach and merge subdivision surfaces with construction history and/or deformers." m_doSubdivAttachArgList.kHistoryError; displayString -replace -value "Cannot attach and merge subdivision surfaces in polygon proxy mode." m_doSubdivAttachArgList.kProxyError; displayString -replace -value "Select two subdivision surfaces that you want to attach." m_doSubdivAttachArgList.kSelectError; displayString -replace -value "Incorrect doSubdivAttachArgList \"1\" number of arguments." m_doSubdivAttachArgList.kWrongNumberOfArgs;