Page 1 of 1

Shader Compiling

Posted: Tue Dec 19, 2017 5:31 pm
by aufwind
Currently all Materials are beeing compiled when hitting render, even when objects and the related materials are hidden or aren't visible.
This can result in a long period of "Updating Shaders" even with few materials / objects visible.

Currently I'm working on an interior Scene which takes about 80s until the render starts.
Over 60s are related to "Updating Shaders" which could easily be reduced to a few seconds,
if the shader compiling would not take hidden or unvisible object / materials into accout.

Can the Material / Shader Compiling be limited to visible Materials / Objects?

Thanks.

edit:
Adding a new image texture or changing it (even world textures), will also retrigger the whole compiling process,
which isn't the case in the Standalone Version. As said above, working on more complex scenes is very time consuming.

Re: Shader Compiling

Posted: Wed Dec 20, 2017 3:47 pm
by J.C
+1

Re: Shader Compiling

Posted: Fri Dec 29, 2017 1:06 am
by azen
Hi,

I will test and confirm whether this is still the case in the latest version that is currently on feature freeze. If not resolved in the most upcoming test version, it will be addressed in subsequent releases.

Cheers,
Azen

Re: Shader Compiling

Posted: Fri Dec 29, 2017 12:26 pm
by aufwind
Hi Azen,

thanks. This would be a huge time saver.