LuxCore API - comparable quality

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: LuxCore API - comparable quality

Post 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.
mick
Posts: 80
Joined: Mon May 21, 2018 7:57 pm

Re: LuxCore API - comparable quality

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