be22fcf425315dec539df8345d013798881fe627
The BLI wrapmode variant of nearest interpolation for border boundary is wrong for coordinates between [-1, 0]. That's because the negative comparison in wrap_coord is done on the integer rounded coordinates, which will be zero in this case, so the condition will not fail. To fix this, do the comparison on the original coordinates instead. Pull Request: https://projects.blender.org/blender/blender/pulls/131306
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
