Save incremental with 3 digits???
This script works great so far I just want to make it save foo_001.ax instead of what it does now which is foo_1.max
fn CopyRenderToClipboard = ( local RImage = getLastRenderedImage() files = (getFiles (maxFilePath + "\\Renders\\" + "*.jpg")).count makeDir (maxFilePath + "Renders") RImage.fileName = maxFilePath + "\\Renders\\" + getFilenameFile maxFIleName + "_" + files as String + ".jpg" save RImage true ) CopyRenderToClipboard()

Comments
alright
alright i see how that works. I was trying to place it in the wrong place and it was bugging out after it saving 010.
Thanks anubis for the help on this one.
John Martini
Digital Artist
http://www.JokerMartini.com (new site)
oh, man... fn
oh, man...
my recent MAXScripts RSS (archive here)
input
so how would i input that into the code. Because i have it count the amount of files that are jpg in the folder and then just increment the suffix.
John Martini
Digital Artist
http://www.JokerMartini.com (new site)
use FormattedPrint
my recent MAXScripts RSS (archive here)