// =========================================================================== // 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 "Obsolete procedure" m_obsoleteProc.kObsoleteProcedure; displayString -replace -value "The procedure \"^1s\" found in \"^2s\" is obsolete \nand is no longer supported. To continue to use this procedure:\n\n 1. Make a copy of the script found in scripts^3sobsolete\n and place it in a directory in your script path: \n for instance, scripts^3sothers.\n 2. Source the script or restart Maya.\n\nThis procedure will no longer be available in the next release of Maya.\n" m_obsoleteProc.kObsoleteProcedureMessage;