Go to file
Sergey Sharybin 6b256a7cd8 Fix subpixel precision in transform node
The node was using sampler from the callee node and passed
it to the input nodes. Since the fact that compositor output
node uses NEAREST interpolation (why it uses nearest is the
whole separate story) it's not possible to have subpixel
precision in such cases:

  <image> -> <translate> -> <output>

For now solving by hard-coding translate node to use BILINEAR
interpolation. It can't become worse in this node anyway and
the sampling pipeline is to be re-visited from scratch.
2014-06-05 22:05:05 +06:00
build_files OSX: Set Blender.app and Blenderplayer.app creation and modification date to compiletime, else we would always have the time from checkout here 2014-06-02 14:20:07 +02:00
doc bgl API docs: link to OpenGL 2.0 reference 2014-05-20 09:49:30 +10:00
extern Fix compilation on OSX after previous commit 2014-04-23 19:19:38 +06:00
intern Fix T40482: Cycles matlib file crashes 2014-06-05 02:33:21 +06:00
release Freestyle: Fix for a wrong formula used for RGB to grayscale conversion. 2014-06-05 12:56:49 +09:00
scons@2d6ebcb239 Basic support for UNC paths on Windows 2014-04-21 17:06:09 +02:00
source Fix subpixel precision in transform node 2014-06-05 22:05:05 +06:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore .gitignore: Adding CMakeLists.txt.user for QtCreator users. 2014-01-26 17:52:14 -08:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Fix compilation error non non-linux architectures 2014-06-02 16:26:38 +06:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile OSX: fix T40413, automatic threads for compile throw wrong output 2014-05-29 11:15:32 +02:00
SConstruct CMake/SCons: finish removing MSVC2012 references 2014-05-15 16:16:25 +10:00