Go to file
Sergey Sharybin 7d85da882b Cycles: Fix infinite recursion of md5 calculation on Windows
Was caused by some safety things of making sure we've for NULL
terminator for the buffer when doing mbs<->wcs conversion, but
it turns out this simply confuses str::string and it can no
longer have proper .size(). Let's assume behavior of string
allocation is same all over the std, and we can avoid having
that extra null-terminator allocated.
2016-02-14 21:08:11 +05:00
build_files install_deps: fix boost installation on Fedora/Suze & co. 2016-02-11 10:21:27 +01:00
doc Tweak doc section about overriding context - point out context.copy() usage! 2016-02-14 18:27:35 +01:00
extern Imbuf: remove libredcode 2016-02-03 18:39:37 +11:00
intern Cycles: Fix infinite recursion of md5 calculation on Windows 2016-02-14 21:08:11 +05:00
release Fix T47314: Misaligned DataBlock Previews for groups with custom center coordinates 2016-02-11 17:34:08 +01:00
source Fix T47405: subsurf triangulation was producing incorrect normals after last fix. 2016-02-14 20:25:33 +01:00
tests Fix gtests on Windows/MSVC 2016-02-06 21:21:55 +05:00
.arcconfig
.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 Windows MSVC allow building with openvdb / tbb 2016-02-10 13:59:04 +01:00
COPYING
GNUmakefile Minor edits to sync make.bat & makefile 2016-01-04 20:42:00 +11:00
make.bat Fix make.bat checking 64bit systems 2016-02-10 00:26:12 +11:00