// =========================================================================== // 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 go into polygon proxy mode on the object with construction history and/or deformers." m_subdGivenIntoPolyMode.kErrorHistoryOrDeformers; displayString -replace -value "Already in polygon proxy mode." m_subdGivenIntoPolyMode.kWarningAlreadyPolyProxyMode; displayString -replace -value "Subdivision surface ^1s cannot switch into the polygon mode if it has history but no polygon in its history." m_subdGivenIntoPolyMode.kWarningHistoryHasNoPoly; displayString -replace -value "Subdivision surface ^1s cannot switch into the polygon mode if it has history and history is not allowed." m_subdGivenIntoPolyMode.kWarningHistoryNotAllowed; displayString -replace -value "subdToBlind command failure?" m_subdGivenIntoPolyMode.kWarningSubdToBlindFailed;