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
$procName string Obsolete procedure name.
$fileName string File in which $procName is found.

MEL examples

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