Page 1 of 1

Interval saving

Posted: Thu Jul 19, 2018 4:03 am
by Asticles
Hi all,

Is it possible to save the rendering from blender every some amount of time? I would need to have this feature because if I get a crash or windows makes something weird, I don't loose all of the hours' render.

To me, the best way would be that you set an interval of autosave and you get the output images, also with a log file of the samples reached, just in case I want to merge with a second render.

Best regards.

Re: Interval saving

Posted: Thu Jul 19, 2018 4:37 am
by B.Y.O.B.
It can be implemented, but it is not super trivial, which is why I didn't come to it yet.
Asticles wrote: Thu Jul 19, 2018 4:03 am also with a log file of the samples reached, just in case I want to merge with a second render.
I think it would be better to save the .flm, so you can just merge the films and let LuxCore do the math.
However this would also require an easy to use program which can load the merged film and do the tonemapping.

Re: Interval saving

Posted: Thu Jul 19, 2018 2:30 pm
by Dade
LuxCore already supports this feature via periodic saving properties :?:

Re: Interval saving

Posted: Thu Jul 19, 2018 2:38 pm
by B.Y.O.B.
I know. But when doing this from Blender, I see these problems:
- color management will not be applied, so the image might look different from the final result in Blender
- compositing is obviously not applied
- If not only PNG/EXR, but also .flm should be saved, there's this issue: https://github.com/LuxCoreRender/LuxCore/issues/78

Re: Interval saving

Posted: Sun Jul 22, 2018 7:42 pm
by Asticles
A pity, because I would be a really useful feature.

Thanks

Re: Interval saving

Posted: Mon Dec 17, 2018 6:13 pm
by wasd
Dade wrote: Thu Jul 19, 2018 2:30 pm LuxCore already supports this feature via periodic saving properties :?:
Is this option available in blender? I cannot find it :(

Re: Interval saving

Posted: Mon Dec 17, 2018 6:23 pm
by B.Y.O.B.
wasd wrote: Mon Dec 17, 2018 6:13 pm Is this option available in blender?
No, for the reasons I mentioned above.
You can export as LuxCore scene though and add the property: https://wiki.luxcorerender.org/LuxCore_ ... iodic_save
Or edit the export/config.py file in the addon and add the properties here: https://github.com/LuxCoreRender/BlendL ... fig.py#L32

Re: Interval saving

Posted: Mon Dec 17, 2018 6:37 pm
by wasd
B.Y.O.B. wrote: Mon Dec 17, 2018 6:23 pm
wasd wrote: Mon Dec 17, 2018 6:13 pm Is this option available in blender?
No, for the reasons I mentioned above.
You can export as LuxCore scene though and add the property: https://wiki.luxcorerender.org/LuxCore_ ... iodic_save
Or edit the export/config.py file in the addon and add the properties here: https://github.com/LuxCoreRender/BlendL ... fig.py#L32
I should use standalone Luxcore for that, right?