Go to file
Alexander Gavrilov 1776f75c3b Cycles: constant fold add/mul type nodes with known 0 and 1 arguments.
These values often either turn the node into a no-op, or even make it
evaluate to 0 no matter what the other input value is, thus allowing
deletion of a branch of the node graph that otherwise is not constant.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D2085
2016-07-31 02:34:34 +02:00
build_files Cleanup: pep8 2016-07-30 18:17:11 +10:00
doc Cleanup: pep8 2016-07-30 18:41:07 +10:00
extern Gtests: Re-apply strict compiler fixes 2016-07-29 22:19:30 +02:00
intern Cycles: constant fold add/mul type nodes with known 0 and 1 arguments. 2016-07-31 02:34:34 +02:00
release Cloth Simulation: add time scale property 2016-07-30 15:14:26 +10:00
source Fix bplayer (c) 2016-07-30 10:35:30 +02:00
tests Add GMock library which is responsive for dealing with mock objects 2016-07-29 22:19:30 +02:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Git ignore BUILD_NOTES.txt from install_deps.sh. 2015-11-23 20:17:02 +01:00
.gitmodules Add developer tools submodule 2016-07-15 01:28:00 +10:00
CMakeLists.txt [MSVC2015/Cycles] MSVC2015 before update 3 produce invalid builds 2016-07-18 15:26:52 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Cleanup: line length 2016-07-15 01:26:26 +10:00
make.bat Fix make.bat checking 64bit systems 2016-02-10 00:26:12 +11:00