Camera non uniform bokeh support

Discussion related to the LuxCore functionality, implementations and API.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Camera non uniform bokeh support

Post by B.Y.O.B. »

I added support for it in BlendLuxCore.
(note, it's not available in daily builds yet, because LuxCore builds are currently failing on Windows)
Attachments
Screenshot from 2020-07-27 16-06-20.png
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: Camera non uniform bokeh support

Post by Sharlybg »

B.Y.O.B. wrote: Mon Jul 27, 2020 2:09 pm I added support for it in BlendLuxCore:
Such a beauty ! i love guys :D
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
chafouin
Posts: 120
Joined: Wed Jan 24, 2018 9:35 pm
Location: Los Angeles

Re: Camera non uniform bokeh support

Post by chafouin »

This with the chromatic aberrations that Dade added will do so much for photo-realism, awesome work!
Shantarli
Posts: 10
Joined: Fri Jun 19, 2020 6:05 pm

Re: Camera non uniform bokeh support

Post by Shantarli »

B.Y.O.B. wrote: Mon Jul 27, 2020 2:09 pm I added support for it in BlendLuxCore.
(note, it's not available in daily builds yet, because LuxCore builds are currently failing on Windows)
Thanks!
chafouin
Posts: 120
Joined: Wed Jan 24, 2018 9:35 pm
Location: Los Angeles

Re: Camera non uniform bokeh support

Post by chafouin »

Would it be possible to get a preview of the bokeh by adding a render preview panel in the camera?
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Camera non uniform bokeh support

Post by B.Y.O.B. »

chafouin wrote: Wed Jul 29, 2020 4:29 am Would it be possible to get a preview of the bokeh by adding a render preview panel in the camera?
Not sure.
It might be easier and more performant to generate a small preview image and display it with OpenGL.
But either way, this is not something I will work on.
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Camera non uniform bokeh support

Post by Dade »

chafouin wrote: Wed Jul 29, 2020 4:29 am Would it be possible to get a preview of the bokeh by adding a render preview panel in the camera?
I could write a fragment of python code (or better a dedicated C++ method in pyluxcore) to generate the image given the parameters, it would generate something like:

Image

BlendLuxCore could just call the pyluxcore method to have the preview image.

P.S. chafouin, after having seen your link to http://richardrosenman.com/shop/dof-pro, I have changed my mind and I will add the support for bokeh with custom images ... this stuff is too cool.
Support LuxCoreRender project with salts and bounties
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Camera non uniform bokeh support

Post by Dade »

Dade wrote: Wed Jul 29, 2020 10:25 am P.S. chafouin, after having seen your link to http://richardrosenman.com/shop/dof-pro, I have changed my mind and I will add the support for bokeh with custom images ... this stuff is too cool.
HAHA, how crazy is this thing :lol:

I added the support for bokeh custom distribution and if you use this image:

logo.jpg

I get this rendering

bokehlogo.jpg

Note: I have written the CPU code, I have still to write the GPU one.
Support LuxCoreRender project with salts and bounties
tokiop
Posts: 42
Joined: Fri Apr 13, 2018 8:11 pm

Re: Camera non uniform bokeh support

Post by tokiop »

Wow awesome !! :D :lol:

The bokeh-logo in the second's sphere reflection is very neat..
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: Camera non uniform bokeh support

Post by Sharlybg »

HAHA, how crazy is this thing :lol:

I added the support for bokeh custom distribution and if you use this image:
this gonna be addictive :mrgreen:
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
Post Reply