Page 1 of 1
Output files location
Posted: Fri May 13, 2016 10:28 pm
by Eneen
I've noticed that igi and exr files are always saved to "renders" folder with weird names like imxxxxx.igi, every time different. Is it possible to put them into specific project folder and with specific name to allow e.g. automated compositor post-production?
Re: Output files location
Posted: Tue May 24, 2016 10:25 pm
by Eneen
Maybe it will be useful for anybody:
From line 268 in /core/__init__.py change to:
Code: Select all
else:
indigo_args = [
exe_path,
exported_file,
'-uexro',
image_out_path + '.exr'
]
It will save exr instead of png.
I wonder it it's possible to add current camera name here too...