|
Is there a way in Max to automatically add the scene name, to your render output as in maya? I searched for a script but couldn’t find it.
|
|
|
|
rendoutputfilename = (getFileNamePath rendoutputfilename)+(getfilenamefile maxfilename)+"_"+(filenamefrompath rendoutputfilename)
NOTE: Must be run with the Render Scene Dialog closed.
rendoutputfilename: The existing output path and name.
getFileNamePath rendoutputfilename: Sets the path of the existing output
getfilenamefile maxfilename: Sets the maxfilename after the path
filenamefrompath rendoutputfilename: Sets the existing file name and type after the max scene name
-Eric
Eric Craft
“The Evil Monkey hiding in your closet.”
|
|
|
|
Thanks! I am going to try this out today.
|
|
|