Go to file
Lukas Tönne 3e0ff35b4b Fix for bad file name string matching in point caches, leading to
deletion of baked caches.

This happens when objects use file names with matching prefixes:

"CubeX"   -> not baked
"CubeXYZ" -> baked

The first objects cache should be discarded up to the current frame on
file load, but the second should be left intact. But because the cache
file names for both use the same prefix as well (based on hex name
representation) they both match the "CubeX" name and get discarded.
Adding the underscore terminator solves this issue, because it is never
part of the hex file name string.

WARNING: this solution does not work with custom names for point caches.
This feature is pretty much broken, users have to ensure their names
are unique themselves. Due to the possibility of underscores in names
and the ambiguity of point cache suffixes there is no reliable way to
encode filenames in that case.
2014-12-19 13:34:50 +01:00
build_files Switch to numpy 1.9 for windows platform 2014-12-10 13:50:51 +05:00
doc API Docs: remove hardcoded self from shellscript 2014-11-26 20:24:04 +01:00
extern Libmv: Reshuffle CMake and SCons configuration files 2014-12-11 11:58:03 +05:00
intern Cycles: Do some logging when motion is detected in the scene 2014-12-18 14:40:14 +05:00
release Fix T42943: Crash with multiple calls to rna_info.BuildRNAInfo() 2014-12-18 14:31:33 +01:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source Fix for bad file name string matching in point caches, leading to 2014-12-19 13:34:50 +01:00
tests Add Murmur2A hashing feature to BLI 2014-11-14 11:00:26 +01:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules
CMakeLists.txt Input Method Editor (IME) support for text buttons 2014-12-07 00:58:17 +01:00
COPYING
GNUmakefile CMake: add 'full' to 'make help' 2014-11-14 00:19:53 +01:00
SConstruct Input Method Editor (IME) support for text buttons 2014-12-07 00:58:17 +01:00