Page 1 of 1

console halt progress status updates

Posted: Thu May 31, 2018 11:17 pm
by zukazuka
I'm using a command line script via console to render multiple blender files "batch style". The script calls blender and the blender addon.

I can't see any way to show the progress in relation to halt condition:

Code: Select all

Fra:2 Mem:85.10M (0.00M, Peak 140.47M) | Time:02:55.88 | Film refresh in 76s
Fra:2 Mem:85.10M (0.00M, Peak 140.47M) | Time:02:56.89 | Film refresh in 75s
Fra:2 Mem:85.10M (0.00M, Peak 140.47M) | Time:02:57.90 | Film refresh in 74s
Fra:2 Mem:85.10M (0.00M, Peak 140.47M) | Time:02:58.92 | Film refresh in 73s
[LuxCore][180.199] Convergence test: ToDo Pixels = 2073338, Max. Error = 1342.79 [343754/256]
I'm using samples as the halt criteria - it would be nice if it showed something like "samples 500/2000" or something like that so you can see the progress.

(using luxcore 2.1 alpha1)

Re: console halt progress status updates

Posted: Thu May 31, 2018 11:37 pm
by B.Y.O.B.
Thanks for the report, I pushed a fix.
https://github.com/LuxCoreRender/BlendL ... bcbe5a9723
It looks like this now:

Code: Select all

Fra:3 Mem:34.07M (0.00M, Peak 51.17M) | Time:00:03.22 | 5/7 Samples | Samples/Sec 1.0 M | Path CPU + Sobol | 2 Tris | Refreshing film...

Re: console halt progress status updates

Posted: Thu May 31, 2018 11:49 pm
by zukazuka
awesome! thanks