Blender Git Loki
Git Commits -> Revision f718132
Revision f718132 by Sergey Sharybin (master) November 18, 2021, 13:27 (GMT) |
Cycles: Don't tile if image area fits into tile area Previously the check was done based on dimension of image and if any of dimensions were larger than tile size tiling was used. This change makes it so that if image does not exceed number of pixels in the tile no tile will be used. Allows to render widescreen images without tiling. Differential Revision: https://developer.blender.org/D13206 |
Commit Details:
Full Hash: f71813204c405821bb2efb8e4ad65d240d390eaf
Parent Commit: 3ad2bf1
Lines Changed: +15, -3
1 Modified Path:
/intern/cycles/session/session.cpp (+15, -3) (Diff)