Go to file
Sergey Sharybin 5b33115070 Cycles: Fix wrong assert failure happening after recent de-duplicate
This is actually intended behavior to return NULL when the socket is not
found. It's used in certain BSDF nodes to query whether some inputs exists
or not.

Perhaps we can be more explicit here and have dedicated logic to query
socket existance and keep assert in place.

In any case, even if we lost assert() for the constant fold now it's
still somewhat better than duplicated code. Perhaps.
2015-12-15 21:01:56 +05:00
build_files Fix T46949: Latest blender builds are using shared pcre and xml2 libraries 2015-12-11 17:18:37 +05:00
doc BGE: Improve clock management 2015-12-12 02:46:53 +01:00
extern MSVC 2015 fix hack around internal compiler crash on openmp atomic 2015-12-10 15:00:30 +01:00
intern Cycles: Fix wrong assert failure happening after recent de-duplicate 2015-12-15 21:01:56 +05:00
release Temporary solution for Add/Subtract toggles being meaningless for some GPencil brushes 2015-12-16 02:59:24 +13:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source Temp workaround: Object mode pie glitches since 'Edit Strokes' mode was introduced 2015-12-15 15:47:58 +01:00
tests Eigen: move C API into intern/eigen. 2015-12-10 01:58:06 +01: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 Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Begin to add some MSVC 2015 support 2015-12-10 11:57:13 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Makefile: show build dir when configuring 2015-09-22 00:16:53 +10:00
SConstruct Eigen: fold remaining OpenNL code into intern/eigen. 2015-12-10 01:58:10 +01:00