Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] Feature Requests => [Max] Resolved Feature Requests => Topic started by: harumscarum on 2014-03-26, 11:31:05

Title: syntax for Output Autosave
Post by: harumscarum on 2014-03-26, 11:31:05
would be great to have kind of syntax for Output Autosave

%path - full path to scene (max file)
%filename - exr image filename
%frame - number of current rendering frame

for example expression below will save guestroom_preview_0001.exr in c:/work/interior/render/ folder
Code: [Select]
%path/render/%filename_preview_%frame


Title: Re: syntax for Output Autosave
Post by: Ondra on 2014-03-26, 12:47:35
This syntax is supported: http://corona-renderer.com/wiki/renderstamp
Title: Re: syntax for Output Autosave
Post by: harumscarum on 2014-03-26, 14:06:09
amazing!

- is it possible to have an option to keep multiple versions of one image (#kept) when %n tag used?
- would appreciate for %f tag without .max extension (dot cause incomplete file name in Nuke composition software)
- for correct sorting frame count should be 0001, 0002, ... 0011, 0012

thanks
Title: Re: syntax for Output Autosave
Post by: elmes on 2014-08-24, 23:08:33
But 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.

How to put render output filename in autosave syntax?