Blender Git Commit Log
Git Commits -> Revision fd06fb7
Revision fd06fb7 by Sergey Sharybin (cycles-x) March 12, 2021, 17:00 (GMT) |
Cycles: Fix denoiser not working after recent changes The change which introduced check of denoising parameters made it so denoiser in PathTrace was never created: constructor was checking denosiing parameters with self. For now use a special function from constructor which ensures initialization is fully done correctly. In the coming future the synchronization and locks will be redone, so while this is a bit annoying change it is only to unlock current development. |
Commit Details:
Full Hash: fd06fb7e3408ba3c9f61985ecad699c3b0ac1244
Parent Commit: bbbe601
Lines Changed: +10, -1