Go to: Synopsis. Return value. MEL examples.

Synopsis

obsoleteProc( string $procName, string $fileName )

Indicate to the caller that a procedure has been made obsolete in this version of Maya and will not be supported in the next version. Provide a temporary solution for continued use of the obsolete script.

Return value

None

Arguments

Variable Name Variable Type Description
$procNamestringObsolete procedure name.
$fileNamestringFile in which $procName is found.

MEL examples

	obsoleteProc("layerEditorWin", "layerEditorWin.mel");