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

4 Modified Paths:

/intern/cycles/blender/blender_shader.cpp (+2, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+12, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021