Blender Git Loki
Git Commits -> Revision e338b21
Revision e338b21 by Sergey Sharybin (cycles-x) April 16, 2021, 13:24 (GMT) |
Cycles: Correct adaptive filter sample alignment There was a difference in the meaning of the sample passed to the AdaptiveSampling::align_samples. Based on the logic of the render scheduler, this is a 0-based sample index which is not yet sampled. Fixes missing filtering in certain conditions. |
Commit Details:
Full Hash: e338b21788fa61a86f1b9ff36f285503d514ed5f
Parent Commit: 345da80
Lines Changed: +31, -13