Blender Git Loki
Git Commits -> Revision 4def8a6
Revision 4def8a6 by Sergey Sharybin (cycles-x) April 22, 2021, 17:54 (GMT) |
Cycles: Show message about loading denoising kernels It is possible that denoiser will create device on-demand, and the creation might take a while due to possible runtime kernel compilation or optimization of ptx for OptiX. This change makes it so a nice and meaningful status is reported to the user instead of status being stuck at o samples. |
Commit Details:
Full Hash: 4def8a6cae1e8327515ddf153f9e89489d02d2f8
Parent Commit: 5dc9403
Lines Changed: +41, -3
8 Modified Paths:
/intern/cycles/integrator/denoiser.h (+7, -0) (Diff)
/intern/cycles/integrator/denoiser_device.cpp (+12, -2) (Diff)
/intern/cycles/integrator/denoiser_device.h (+3, -1) (Diff)
/intern/cycles/integrator/denoiser_oidn.cpp (+4, -0) (Diff)
/intern/cycles/integrator/denoiser_oidn.h (+2, -0) (Diff)
/intern/cycles/integrator/path_trace.cpp (+7, -0) (Diff)
/intern/cycles/integrator/path_trace.h (+4, -0) (Diff)
/intern/cycles/render/session.cpp (+2, -0) (Diff)
/intern/cycles/integrator/denoiser_device.cpp (+12, -2) (Diff)
/intern/cycles/integrator/denoiser_device.h (+3, -1) (Diff)
/intern/cycles/integrator/denoiser_oidn.cpp (+4, -0) (Diff)
/intern/cycles/integrator/denoiser_oidn.h (+2, -0) (Diff)
/intern/cycles/integrator/path_trace.cpp (+7, -0) (Diff)
/intern/cycles/integrator/path_trace.h (+4, -0) (Diff)
/intern/cycles/render/session.cpp (+2, -0) (Diff)