Go to file
Sybren A. Stüvel 3748ca432d Alembic import: prevent double user decrement when cancelling import.
BKE_libblock_free_us() was called on the object data, which decrements
its user count, after which the same function was called on the object,
which decrements the user count of the object data again. This double
decrement was too much.
2017-04-07 16:03:29 +02:00
build_files CMake: Fixed order of bf_alembic in SETUP_BLENDER_SORTED_LIBS 2017-04-06 16:47:00 +02:00
doc Cleanup: Grey --> Gray 2017-02-27 19:33:57 -05:00
extern Update CLERW to the latest version 2017-03-24 09:43:03 +01:00
intern Cycles: Fix access of NULL pointer as array 2017-04-07 15:08:00 +02:00
release Correct string formatting (error in recent change) 2017-03-31 09:48:57 +11:00
source Alembic import: prevent double user decrement when cancelling import. 2017-04-07 16:03:29 +02:00
tests Fix building alembic gtest with buildinfo... 2017-04-07 10:44:13 +02:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Update .gitignore to some more generated/non-git-stored files. 2016-08-21 22:40:57 +02:00
.gitmodules Point all submodules to master branch 2017-04-03 14:54:51 +02:00
CMakeLists.txt Cleanup: code style & cmake 2017-03-12 02:47:53 +11:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Makefile: set tab width=4 2017-03-11 20:48:12 +11:00
make.bat Make File: Print 'blender.exe' at the end of the path to run from 2017-02-16 17:08:33 -05:00