Output files location

Announcements, requests and support regarding the Blender Indigo export script
Post Reply
2 posts • Page 1 of 1
Eneen
Posts: 169
Joined: Thu Jan 21, 2016 9:32 am

Output files location

Post by Eneen » Fri May 13, 2016 10:28 pm

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?

Eneen
Posts: 169
Joined: Thu Jan 21, 2016 9:32 am

Re: Output files location

Post by Eneen » Tue May 24, 2016 10:25 pm

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

Post Reply
2 posts • Page 1 of 1

Who is online

Users browsing this forum: No registered users and 16 guests