Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
Lukas Stockner 73cfbb0ab9 Cycles: Fix crash with Environment Texture and OSL
In the OSL node compilation code for the Environment Texture, is_linear was used as a socket.
However, there was no socket for it, which caused Blender to crash.
Adding a socket doesn't really make sense since it's an internal value and not a parameter
of the node, so it now just uses the variable directly.
2016-06-22 16:12:40 +02:00
build_files BGE: DeckLink card support for video capture and streaming. 2016-06-11 22:26:05 +02:00
doc T48694: fix bge.texture.Texture.refresh() documentation 2016-06-21 23:23:05 +02:00
extern Curve Fitting: add high-quality flag 2016-06-14 02:27:32 +10:00
intern Cycles: Fix crash with Environment Texture and OSL 2016-06-22 16:12:40 +02:00
release Remove module reloading for preview operators 2016-06-22 08:47:40 +10:00
source EditMesh: Avoid creating deform-vert layer every redraw 2016-06-22 21:31:00 +10:00
tests Cycles tests: raise failure threshold, copy failed image for comparison. 2016-06-19 20:17:26 +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 Remove SCons building system 2016-01-04 14:20:48 +05:00
CMakeLists.txt Fix OS X build after Decklink changes, it is not supported yet so don't enable it. 2016-06-11 23:50:06 +02:00
COPYING
GNUmakefile Makefile: Use hidden FORCE target 2016-05-21 05:48:10 +10:00
make.bat Fix make.bat checking 64bit systems 2016-02-10 00:26:12 +11:00