Search found 3441 matches

by B.Y.O.B.
Thu Feb 08, 2018 8:48 pm
Forum: User Support
Topic: Compiling rules: when should it happen?
Replies: 31
Views: 21969

Re: Compiling rules: when should it happen?

Remember our discussion when i wanted hdri cached as exr ? ( was also png ) I switched to the save() method because otherwise the ColorSpace settings influenced the saved temp images. In the commit you linked I now see that we circumvented this problem by changing the Colorspace settings temporaril...
by B.Y.O.B.
Thu Feb 08, 2018 7:20 pm
Forum: User Support
Topic: Compiling rules: when should it happen?
Replies: 31
Views: 21969

Re: Compiling rules: when should it happen?

How is the tempfile written btw: oiio specs say .dds can only be read. You can see that in the file I linked earlier in the thread: https://github.com/LuxCoreRender/BlendLuxCore/blob/master/export/image.py We use Blender's save() method of the Image class: https://github.com/LuxCoreRender/BlendLuxC...
by B.Y.O.B.
Thu Feb 08, 2018 1:40 pm
Forum: User Support
Topic: Crash with small spread angles
Replies: 23
Views: 15807

Re: Crash with small spread angles

In general it's a good idea to open an issue on github rather than a forum post, a github issue is harder to miss for us :)
by B.Y.O.B.
Thu Feb 08, 2018 11:52 am
Forum: Development
Topic: BlendLuxCore Development
Replies: 911
Views: 519439

Re: BlendLuxCore Development

Pointiness support:
by B.Y.O.B.
Thu Feb 08, 2018 9:47 am
Forum: User Support
Topic: Viewport render: change light type problem
Replies: 2
Views: 3721

Re: Viewport render: change light type problem

Can you create a bug report here? https://github.com/LuxCoreRender/BlendL ... issues/new
Just copy/paste your text there, no need to fill out the form.
by B.Y.O.B.
Thu Feb 08, 2018 8:38 am
Forum: Works in Progress
Topic: Ever lasting render
Replies: 9
Views: 8846

Re: Ever lasting render

The rays/sample statistic is not yet exposed in the addon.
by B.Y.O.B.
Thu Feb 08, 2018 8:08 am
Forum: User Support
Topic: Compiling rules: when should it happen?
Replies: 31
Views: 21969

Re: Compiling rules: when should it happen?

The problem seems luxcore exporter does not read blender packed images right now. No, packed images are supported: https://github.com/LuxCoreRender/BlendLuxCore/blob/master/export/image.py However they are saved without extension, maybe OIIO needs the extension to determine file type? edit: they ar...
by B.Y.O.B.
Wed Feb 07, 2018 8:41 pm
Forum: Works in Progress
Topic: Sunset
Replies: 18
Views: 13937

Re: Sunset

Quick shot from a different position.
by B.Y.O.B.
Wed Feb 07, 2018 6:52 pm
Forum: Development
Topic: Visibility driven sampling of env. light sources (aka portals without portals)
Replies: 16
Views: 18151

Re: Visibility driven sampling of env. light sources (aka portals without portals)

Do you plan to add support for this to constantinfinite light, too?
by B.Y.O.B.
Wed Feb 07, 2018 4:17 pm
Forum: User Support
Topic: Compiling rules: when should it happen?
Replies: 31
Views: 21969

Re: Compiling rules: when should it happen?

marcatore wrote: Wed Feb 07, 2018 4:06 pm About the viewport preview I have to admit that it's quick to start. Just 1 or 2 seconds. the problem is only for the F12 render
Currently the viewport is CPU-only (no OpenCL involved).
With RTPATHOCL you would moan a lot :P