Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-03-20 14:54:48 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-22 11:44:12 +0300
commit6bf458dfff16de078182572b8967c1e6c5b75543 (patch)
tree5189495f0b34785810f3d2aae3838d1e12a8a835
parent61c33176884f1895f35e2a094a73b46c928c5a14 (diff)
Fixed: cache clearing when using multiple Alembic files.
-rw-r--r--source/blender/blenkernel/intern/cachefile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/cachefile.c b/source/blender/blenkernel/intern/cachefile.c
index cf619a32783..91d31a3982e 100644
--- a/source/blender/blenkernel/intern/cachefile.c
+++ b/source/blender/blenkernel/intern/cachefile.c
@@ -171,7 +171,6 @@ void BKE_cachefile_update_frame(Main *bmain, Scene *scene, const float ctime, co
ABC_free_handle(cache_file->handle);
cache_file->handle = ABC_create_handle(filename, NULL);
#endif
- break;
}
}
}