Adverti horiz upsell

Incremental Save 1.0.0 for Maya (maya script)

Automatically increment your saved Maya scene file.

License
Button download
1,130 Downloads

Compatibility

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

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:09/16/2010
Last Modified:09/17/2010
File Size: 2.35 KB

Bugs

script doesn't increment .ma files

Statuspending
Prioritylow
Date05/28/2011
Submitted bywolfor wolfor
It says Error: file: C:\Users\wolfi\Documents\maya\2011-x64\scripts\jgIncrementalSave.mel line 55: Current file isn't .mb or .ma, please save before incrementing. //

I just found the mistake that prevents it from working, in line 41 it says:
if($extension == "mb" || $extension == ".ma")
the . in front of the .ma is wrong, it should read:
if($extension == "mb" || $extension == "ma")
Great script, though!
Thanks!

Post a comment: