LuxCoreRender v2.2alpha1 released

News & Announcements regarding releases, features, exporters and project coordination.
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

LuxCoreRender v2.2alpha1 released

Post 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
Support LuxCoreRender project with salts and bounties
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: LuxCoreRender v2.2alpha1 released

Post 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!
User avatar
FarbigeWelt
Donor
Donor
Posts: 1046
Joined: Sun Jul 01, 2018 12:07 pm
Location: Switzerland
Contact:

??: LuxCoreRender v2.2alpha1

Post 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
Light and Word designing Creator - www.farbigewelt.ch - aka quantenkristall || #luxcorerender
MacBook Air with M1
Fox
Posts: 437
Joined: Sat Mar 31, 2018 11:17 am

Re: LuxCoreRender v2.2alpha1 released

Post 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
User avatar
FarbigeWelt
Donor
Donor
Posts: 1046
Joined: Sun Jul 01, 2018 12:07 pm
Location: Switzerland
Contact:

Hint: LuxCoreRender v2.2alpha1

Post 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,
Light and Word designing Creator - www.farbigewelt.ch - aka quantenkristall || #luxcorerender
MacBook Air with M1
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: LuxCoreRender v2.2alpha1 released

Post 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?
sanjinms
Posts: 23
Joined: Tue Jun 26, 2018 6:58 pm

Re: LuxCoreRender v2.2alpha1 released

Post by sanjinms »

Blender crash when using Background image in LuxCore Imagepipeline in both final and preview render.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: LuxCoreRender v2.2alpha1 released

Post 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?
sanjinms
Posts: 23
Joined: Tue Jun 26, 2018 6:58 pm

Re: LuxCoreRender v2.2alpha1 released

Post by sanjinms »

It works now! My background image was about (7000x5000px). I reduced it to 1920x1080 and it works.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: LuxCoreRender v2.2alpha1 released

Post by B.Y.O.B. »

So you probably ran out of (GPU) memory?
Post Reply