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
committerSybren A. Stüvel <sybren@stuvel.eu>2018-03-20 14:54:48 +0300
commit09c88fed1f58df642c7a13fc5a32057b7160f85c (patch)
tree114eacf4d75f2fbf35f3450de81334c2e1fa43ad /source/blender/blenkernel/intern/cachefile.c
parent1782abf6e2c6fb13d04b206d2c36567a28619a59 (diff)
Fixed: cache clearing when using multiple Alembic files.
Diffstat (limited to 'source/blender/blenkernel/intern/cachefile.c')
-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 e821a14da2e..8b7118db151 100644
--- a/source/blender/blenkernel/intern/cachefile.c
+++ b/source/blender/blenkernel/intern/cachefile.c
@@ -181,7 +181,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;
}
}
}