Page 2 of 6

Re: What is new in LuxCore API v2.0 ?

Posted: Thu Jan 04, 2018 11:46 am
by Dade
Added the support for glass dispersion.

Re: What is new in LuxCore API v2.0 ?

Posted: Fri Jan 05, 2018 4:43 pm
by Dade
Added the support for dynamic edit of halt rendering conditions.

Re: What is new in LuxCore API v2.0?

Posted: Sat Jan 06, 2018 2:14 pm
by Dade
Added the support for Film outputs "safe save".

Re: What is new in LuxCore API v2.0?

Posted: Mon Jan 08, 2018 4:59 pm
by Dade
Added the pyluxcoreconsole and pyluxcoremerge tools.

Re: What is new in LuxCore API v2.0?

Posted: Wed Jan 17, 2018 4:00 pm
by Dade
Improved glass and archglass sampling strategy: viewtopic.php?f=2&t=45&p=605#p604

Re: What is new in LuxCore API v2.0?

Posted: Fri Jan 19, 2018 11:11 am
by Dade
Added the support for Embree multi-segments motion blur.

Re: What is new in LuxCore API v2.0?

Posted: Wed Jan 31, 2018 11:35 pm
by Dade
I'm working on convergence based adaptive sampling for the new RANDOM and SOBOL sampler. The first result are very interesting:
adap.jpg
From left to right:

- the normal rendering output;
- the new SAMPLECOUNT AOV (i.e. the sample count for each pixel, darker means less samples, brighter means more);
- the new the CONVERGENCE AOV (i.e. how for from the convergence threshold is a pixel, darker means near and less noise, brighter means far and more noise).

As you see the SAMPLECOUNT and CONVERGENCE images pretty much match: the sampler is using more samples where they are more needed.

With the old RANDOM/SOBOL sampler the middle image would be just flat gray as each pixel receives the same amount of samples no matter what.

Re: What is new in LuxCore API v2.0?

Posted: Thu Feb 01, 2018 9:13 am
by Sharlybg
I'm working on convergence based adaptive sampling for the new RANDOM and SOBOL sampler. The first result are very interesting:
:D :D :D hehe you're blessing US. :twisted: :twisted: Scuderia Luxcore in total Red mod :twisted: :twisted: .
you make people feel like programing is so fun. will never give up with my Python course.

So if i understand well this can be used for any mod at the end ?

Thannk you !

Re: What is new in LuxCore API v2.0?

Posted: Thu Feb 01, 2018 9:20 am
by Dade
Sharlybg wrote: Thu Feb 01, 2018 9:13 am So if i understand well this can be used for any mod at the end ?
Yes, however BIDIRCPU is a bit in its own league and doesn't make very much sense to use anything else but METROPOLIS with BIDIR.

Re: What is new in LuxCore API v2.0?

Posted: Sun Mar 25, 2018 8:22 pm
by Dade
I'm working on the new volume rendering code. this is a cube with a volume defined by an FBM procedural texture:
vol.jpg