Blender Git Loki
Git Commits -> Revision 2b49336
Revision 2b49336 by Patrick Mours (lineart-shadow) December 8, 2021, 06:53 (GMT) |
Fix T92308: OptiX denoising fails with high resolutions The OptiX denoiser does have an upper limit as to how many pixels it can denoise at once, so this changes the OptiX denoising process to use tiles for high resolution images. The OptiX SDK does have an utility function for this purpose, so changes are minor, adjusting the configured tile size and including enough overlap. Maniphest Tasks: T92308 Differential Revision: https://developer.blender.org/D13436 |
Commit Details:
Full Hash: 2b49336ddc7a0f32eaccffa3d10984240c4e07c8
Parent Commit: fb724db
Committed By: YimingWu
Lines Changed: +32, -32