Page 2 of 2

Re: LuxCore API - comparable quality

Posted: Thu May 24, 2018 4:53 pm
by B.Y.O.B.
mick wrote: Thu May 24, 2018 4:13 pm if session.HasDone() > 5:
HasDone() returns a boolean, it can never be > 5.

Re: LuxCore API - comparable quality

Posted: Fri May 25, 2018 8:46 am
by mick
As I wrote, there was this mistake in a intermediate version of the test code. But the problem was and is WaitForDone(), which does not return.

I'm quite sure that there is a bug as the same configuration works fine with a HasDone() loop.