Luxrender 1.6 RC1

I don’t know any, but here are some tips from me:

  • Use the LuxCore API mode, it exports much faster than the old API
  • To optimize renderspeed, start with Path(OCL) + Sobol sampler and set the path depth (bounces) as low as possible, I usually start with 3-5
  • PathOCL is usually better for animations than BiasedPathOCL because the kernel compile times are much shorter due to the microkernel architecture
  • If fireflies appear due to glossy/metal/glass in the scene, use clamping to get rid of them
  • Open the advanced enginesettings and enable the “animated seed” button next to the seed value, to get different noise pattern per frame.


Hi Devs. Is it planning some new features like “Rendering without Progressive ReFine”? I mean in Cycles in Default it Unchecked for Faster rendering than “Progressive ReFine” is Checked. All are great but in Lux hasn’t “Tiles” parametres as Cycles, V-Ray, Yafaray and so on. It is important when we rendering on CPU not on GPU. Maybe, it will cool if it will be implementing as Cycles! What do you thinks, guys? :smiley:

Looks as you are not a regular LuxRender user. Most of the points you mention are not longer valid.

Also take a look at 1.7dev where all ocl has microkernels now, also the ( tiled ) biaspath.

Jens

Hi Jens. I know about BiasedPath, but is it not Bidirectional Path tracer? Just Bised rendering? I’d like to rendering BidirPath as Tile-based side.

See the wiki, under Engine.
By the way, Lux has a different architecture than Cycles, so you can’t just say “with tiles it would be faster”…

Bidirectional rendering doesn’t work very well with tiled rendering due to light paths being traced from both the camera and lights. While the camera paths can be sent per pixel there’s no guessing where the light generated paths would end up.

Even Renderman doesn’t do bidirectional tile rendering (and that’s about as pro as it gets)

I have read before that some of the pro solutions like Renderman and Arnold actually have a bidirectional integrator, but it comes at the cost of being a bit more limited in terms of shading flexibility.

Fortunately, we have not hit the wall in terms of improving the sampling for unidirectional tracing (a lot of research taking place yet in areas like adaptive sampling).

Seems that all the links to the MacOS builds are down!

I want to test this but no way to download a LuxCore 1.7 MacOS build?

This isn’t actually true. Render engines must load the entire scene and information in the background before rendertime since there is no way to tell where a light or eye path will go, following the random stochastic nature of path tracing of any type. Brian Savery from Radeon ProRender also states that the usual argument for memory savings in tiled rendering isn’t really that significant because of this fact. RenderMan does render in tiles with all engines. Take a look here https://vimeo.com/121924770 at about 5:25 the VCM integrator is used which is a bidirectional path tracer. Basically tiles give a smaller area to work with which has a slightly lower memory footprint and boosts performance somewhat. But whether you have a small tile, or your tile is the entire screen, the renderer still has to have access to the entire scene information first.

This isn’t actually true, either.

First of all, ray intersection tests are usually hierarchial, refining from a top-level bounding box to lower level bounding boxes down to primitives. There’s no hard reason you couldn’t defer loading of data at the lower level until you intersect its parent bounds. Luxrender (CPU) has such deferred loading capabilities, if I recall correctly.

Secondly, textures often are hierarchical as well (MIP-maps), so you can defer loading texture detail to the point where you know what sort of detail level you need (i.e. at the time of intersection).

Lastly, while it’s true that rays can go in “any” direction, their evaluation can be deferred as well, bundling up similar rays into workloads can improve cache coherence.

All of these features have a cost in terms of complexity and performance of course, especially on the GPU.

Well I wasn’t going to step into that complex of an argument, since that wasn’t really the point I was trying to make, just saying that there is more data there than just the bucket area, and that bidirectional path tracing is able to be tiled. Sorry if it was overly generalized.

One question, is LuxRender dead?

I ask this because Ihave not seen any important evolution in some time, but I may be wrong, when was done the latest release?

cheers

Faaaaaar from dead ! be patient you will be amazed soon ! 2018 gona be serious year.

It is true that if you take a look at main sources repository, it did not change since this summer.
But if you look closer, you can realize that luxblend last update was done only one month ago.
And on forum, last reply from main dev was 2 days ago.

On this thread people are talking about 1.7.
1.6 was released in may 2016 but in 1.6, there are two luxcore.
In 1.7, there should be only one. At least, the newest one should be useable for most uses.
So, luxrender is under a big simplification, clean-up rearrangement phase.
Nothing fancy to show. It takes time. But a simpler workflow and better performances at the end.

These are the keypoints to enlarge the software userbase.
I’ll wait for the incoming good news!! :slight_smile:

Cool!

Thanks for the answers, I´ve always been a fan of LuxRender, never used in produciton, but did many tests in the past with it.

Cheers!

Tank you, love Lux! :slight_smile:

There’s no news, weird.

I just posted new a linux 1.7 dev build with a glossy fix and ootb 2.79a addon compatibility.

Jens

See http://www.luxrender.net/forum/viewtopic.php?f=12&t=13485