Adverti horiz upsell

madRecentCrashFile.mel 1.1.0 for Maya (maya script)

The MEL that you shouldn

License
Button download
1,074 Downloads

Compatibility

  • 2010, 2009, 2008

Operating Systems

  • Windows

History

Created:06/16/2008
Last Modified:11/17/2009
File Size: 2.09 KB
per page
1-6 of 6

Reviews Love it? Or maybe you want to share some creative ways you're putting this item to use.

  • karen villarreal

    karen villarreal said almost 13 years ago:

    En el Maya 2010 (mac) si funciono. Gracias esto me salvo de perder tono un proyecto !
  • Erkan Ozgur Yilmaz

    Erkan Ozgur Yilmaz said about 15 years ago:

    allright I fixed it, the problem was, the script was executed before the MainFileMenu is build, so placing buildFileMenu() at the begining fixed the problem, here is the fixed version: global proc madRecentCrashFile() { buildFileMenu(); global string $gMainFileMenu; setParent -m $gMainFileMenu; menuItem -l "Recent Crashfile" -sm true -ia FileMenuRecentFileItems MCRecentCrashMenu; string $tmpPath = `internalVar -utd`; string $tmpFileList[] = `getFileList -folder $tmpPath -filespec "*.ma"`; $i = 0; for( $i = size($tmpFileList)-1; $i > size($tmpFileList) - min(10,size($tmpFileList)); --$i) { menuItem -l ($tmpFileList[$i]) -c ("file -f -options \"v=0\" -typ \"mayaAscii\" -o \"" + $tmpPath + $tmpFileList[$i] + "\""); } setParent -m ..; setParent -m ..; } madRecentCrashFile;
  • Erkan Ozgur Yilmaz

    Erkan Ozgur Yilmaz said about 15 years ago:

    under winxp64 maya 2009 x64, I placed the source statement in the userSetup.mel, and it runs but all the other menuItems are gone now, I mean there are no other menuItems on file menu anymore...
  • e.anima

    e.anima said over 15 years ago:

    anyone tested this with maya 2009? if i execute it, my file menu is gone and only recent crash is in it.
  • servergod

    servergod said over 16 years ago:

    Works also great with Win64 and Maya64 Version. Thanks man!
  • renderahh

    renderahh said over 16 years ago:

    seems to work for OSX. although i havent crashed yet, but the menu appears fine. nice script, very useful, thanks

Post a review:

Rate this item: