Adverti horiz upsell

saveAllRenderViewImages.mel 1.1.0 for Maya (maya script)

Script to save out all the images in your...

License
Button download
1,240 Downloads

Compatibility

  • 2011, 2010, 9.x, 2009, 2008, 8.x, 7.x, 6.x

Operating Systems

  • Irix
  • Linux
  • Mac
  • Solaris
  • Windows

History

Created:01/28/2003
Last Modified:01/23/2011
File Size: 3.47 KB

Bugs

Maya 2011 breaks this script.

Statuspending
Prioritymedium
Date01/18/2011
Submitted bytankut tankut

I've been using this script for a few Maya versions now, and it used to worked beautifully.  Very good time saver.

But now Maya 2011 has broken this script, halts with the error:

# Error: AttributeError: ImageFormats instance has no attribute 'oldOutf' #

 

 

To fix this line 44

 

  renderWindowSaveImageCallback "renderView" ($imagesDir + "/renderView." + ($maxImageIndex - $i)) "";

 

should be replaced with

 

  catch(eval(renderWindowSaveImageCallback ("renderView", ($imagesDir + "/renderView." + ($maxImageIndex - $i)), `getAttr defaultRenderGlobals.imageFormat`)));

 

 

 

Comments on this bug:

  • RichArt506

    RichArt506 said almost 12 years ago:

    I cant use this on Maya 2013, it does not save the secuence just an image over and over again.....
  • tankut

    tankut said over 11 years ago:

    The fix I wrote above works for me in Maya 2013, but then I was (and am) working with an old version of the original script. After I filed the bug report the author has updated it.

Post a comment: