Page 1 of 1

PhotonGI Rendering problem

Posted: Sat Dec 04, 2021 9:30 pm
by igmar75
The attached file with activated PhotonGI Cache can't render properly (the image is almost all dark, with some non-black pixel in the bottom left corner). Without PhotonGI and render in view3d space work properly. It is a simple file, and I can't figure out what's wrong with it... Could you check it?
With Photon Cache:
rendered_image.png
Without Photon Cache:
rendered_image_noPhotonCache.png
View3D in render mode:
rendered_View3d.png
Thanks!

Re: PhotonGI Rendering problem

Posted: Mon Dec 06, 2021 4:29 pm
by Dade
It looks to me that your problem is just in the halt condition: you have set to halt after 10secs and, with PGI enabled, the pre-processing phase is not yet over after 10secs so you just get an empty image with 0 samples per pixel.

Re: PhotonGI Rendering problem

Posted: Mon Dec 06, 2021 5:14 pm
by igmar75
Dade wrote: Mon Dec 06, 2021 4:29 pm It looks to me that your problem is just in the halt condition: you have set to halt after 10secs and, with PGI enabled, the pre-processing phase is not yet over after 10secs so you just get an empty image with 0 samples per pixel.
:o :o :o
Thank you..!! I feel so stupid :roll: