Blender Git Commit Log

Git Commits -> Revision 6eeb327

Revision 6eeb327 by Brecht Van Lommel (master)
July 10, 2020, 15:10 (GMT)
Cycles: support OpenImageDenoise in final renders

Performance is not great currently due to the API not seeming to support
efficient denoising of multiple tiles at the same time. So in many cases
only one or a few threads will actually be denoising at the same time.

In renders with many samples this is not a big problem, but for faster
renders it's a signficant overhead.

We should try to optimize this still, possibly by batching denoising of
a bigger neighborhood of multiple tiles at once.

Commit Details:

Full Hash: 6eeb32706aa28bd4d0f3c26f6a5965facd6c0d62
Parent Commit: 9379138
Lines Changed: +144, -20

2 Modified Paths:

/intern/cycles/blender/addon/properties.py (+1, -0) (Diff)
/intern/cycles/device/device_cpu.cpp (+143, -20) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021