Blender Git Loki
Git Commits -> Revision 50fb089
July 24, 2016, 00:21 (GMT) |
Cycles: Add temporary debugging environment variable, fix debug file extensions As explained previously, CPUs currently get the out-of-tile pixels for denoising from neighbor tiles, while GPUs just render bigger tiles internally. However, implementation differences can make the GPU version (aka "overscan" rendering) fail while the CPU code works. Therefore, this commit adds a environment variable check for whether CPU_OVERSCAN is defined, and enables the already-present CPU single-tile overscan mode for easier debugging. Note that this has no benefits at all for regular use and will be removed later! |
Commit Details:
Full Hash: 50fb0899ba650f438fe1262bc479b5e8754a2332
Parent Commit: 7feef16
Lines Changed: +27, -12