Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk 3ds® Max® / Autodesk 3ds Max / 3ds Max Design 2012 / Scene name as render output automatically
  RSS 2.0 ATOM  

Scene name as render output automatically
Rate this thread
 
64303
 
Permlink of this thread  
avatar
  • Zoubein
  • Posted: 08 February 2012 09:48 PM
  • Total Posts: 49
  • Joined: 03 August 2007 11:24 AM

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.



Replies: 0
avatar

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.”

Replies: 0
avatar
  • Zoubein
  • Posted: 12 February 2012 10:07 PM

Thanks! I am going to try this out today.



Replies: 0