Author Topic: syntax for Output Autosave  (Read 2141 times)

2014-08-24, 23:12:43

elmes

  • Active Users
  • **
  • Posts: 20
    • View Profile
When I'm using %f it saves project filename in autosave. For example, my project file is 'cube.max' and render output filename is 'cube_camera01.png'. So the Syntax 'autosave_%f' will give me the file 'autosave_cube.max_0001.exr'. This is exatly not that I want.

So there is no way to put render output filename in autosave syntax?

2014-08-24, 23:39:24
Reply #1

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
I can add it as another field, but it is a feature request, not bug
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)

2014-12-11, 17:13:55
Reply #2

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
Added %o for output and %v for camera name
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)

2015-03-07, 16:17:02
Reply #3

elmes

  • Active Users
  • **
  • Posts: 20
    • View Profile
Thank you!