Page 1 of 3

LuxCoreRender v2.2alpha1 released

Posted: Sun Mar 24, 2019 9:14 pm
by Dade
v2.2 alpha1 released

New LuxCoreRender v2.2alpha1 release is available.

v2.2 release notes are available here: https://wiki.luxcorerender.org/LuxCoreR ... Notes_v2.2

New Features

* Added a new way to blend brute force path tracing and cache in PhotonGI. Cache is now used more often on glossy surfaces
* Introduced a new PhotonGI debug mode to show the mix between brute force and cached paths
* Added the support for automatic PhotonGI indirect cache best radius estimation
* Added the support for automatic PhotonGI indirect cache size by using convergence error estimation
* Front and back material transparency (aka light invisible object)
* Added PhotonGI support for volumes cache entries
* LXS parser now supports instance definitions
* Added the support for new "directx2opengl_normalmap" image map channel selection
* Added new textures: Power, Less Than, Greater Than, Dot Product, Position, Shading Normal

Fixed Bugs

* Fixed a problem with infinite lights and BiDir or PhotonGI
* Fixed a bug when using radiance groups with variance clamping and OpenCL
* Fixed camera invisible objects usage with volumes
* Fixed TASK_EMIT of LightStrategyPower
* Fixed a crash when using RTPATHOCL and editing area lights (issue #173)
* Fixed a bug when using radiance groups with variance clamping and OpenCL

LuxCoreRender v2.2alpha1 files

BlendLuxCore is available here: https://github.com/LuxCoreRender/BlendL ... v2.2alpha1

Standalone LuxCoreRender is available here: https://github.com/LuxCoreRender/LuxCor ... v2.2alpha1

VisualStudio 2017 builds

NOTE: this release for Windows is compiled with VisualStudio 2017. You may need to install the VS2017 runtime libraries: https://support.microsoft.com/en-us/hel ... -downloads

Re: LuxCoreRender v2.2alpha1 released

Posted: Sun Mar 24, 2019 10:08 pm
by B.Y.O.B.
This is the first release created with the new automated release pipeline, which was implemented by acasta69 - thank you a lot!

??: LuxCoreRender v2.2alpha1

Posted: Sun Mar 24, 2019 11:48 pm
by FarbigeWelt
Hopefully, I made something wrong.
:roll:

May you have a look at these effects and explain tem to me :?:

:arrow:
BCR 2.2 a1_CPU BiDir_Strange Stripes_PGIC
BCR 2.2 a1_CPU BiDir_Strange Stripes_PGIC
:arrow:
The attachment BCR 2.2 a1_GPU Path_Strange Rings.png is no longer available
BCR 2.2 a1_GPU Path_Strange Rings
BCR 2.2 a1_GPU Path_Strange Rings

Re: LuxCoreRender v2.2alpha1 released

Posted: Mon Mar 25, 2019 12:45 am
by Fox
I can't test right now, but maybe it's from because some objects don't have scale applied, so epsilon issue perhaps.
The ring noise i got one time with cornell scene when i limited max epsilon to 1e-6

Hint: LuxCoreRender v2.2alpha1

Posted: Mon Mar 25, 2019 6:48 am
by FarbigeWelt
FarbigeWelt wrote: Sun Mar 24, 2019 11:48 pm May you have a look at these effects and explain tem to me :?:
:arrow: The source of the issue is the3D mapping of the checker board. If set to local stripes and rings happen.
If set to global, needs different scaling, the rings do not appear.

The effect is not related to: epsiolon, type of light source, HDRI, Sky. :geek:

Please check the 3D mapping of textures. Thank you,

Re: LuxCoreRender v2.2alpha1 released

Posted: Mon Mar 25, 2019 9:01 am
by B.Y.O.B.
I think the global 3D mapping automatically applies a tiny offset, but the local mapping does not (?).
The fundamental problem is that the checkerboard texture is exactly intersecting the plane with one of its "sides". It's a bit like having two faces exactly on top of each other.
You can fix it by applying a bit of translation in a 3D mapping node.

By the way, I can't replicate the problem here - maybe it has something to do with scale after all? Can you upload the scene?

Re: LuxCoreRender v2.2alpha1 released

Posted: Mon Mar 25, 2019 11:19 am
by sanjinms
Blender crash when using Background image in LuxCore Imagepipeline in both final and preview render.

Re: LuxCoreRender v2.2alpha1 released

Posted: Mon Mar 25, 2019 11:34 am
by B.Y.O.B.
sanjinms wrote: Mon Mar 25, 2019 11:19 am Blender crash when using Background image in LuxCore Imagepipeline in both final and preview render.
I can not reproduce this. Can you post the scene with the textures?

Re: LuxCoreRender v2.2alpha1 released

Posted: Mon Mar 25, 2019 11:53 am
by sanjinms
It works now! My background image was about (7000x5000px). I reduced it to 1920x1080 and it works.

Re: LuxCoreRender v2.2alpha1 released

Posted: Mon Mar 25, 2019 11:55 am
by B.Y.O.B.
So you probably ran out of (GPU) memory?