Blender Git Commit Log
Git Commits -> Revision e3461a0
Revision e3461a0 by Sergey Sharybin (master) July 21, 2015, 20:13 (GMT) |
Fix T43779: Cycles texture interpolation issues That was basically not an issue with interpolation, but rather missing wrapping options and periodic wrapping was always used. It's still a bit questionable why certain graphics cards were doing clamping in the file from the report, that's not something what is expected to happen from the settings of textures being passed to GPU. In any case this issue i still didn't manage to reproduce on any of the available GPUs, might be something related on driver glitch or so. In any case CPU now should behave just fine, rest of the issues we'll need to be able to reproduce first. |
Commit Details:
Full Hash: e3461a02ac3617ee50a60601ed277b0cb65459ce
Parent Commit: f2c54df
Lines Changed: +21, -3