Fixed: cache clearing when using multiple Alembic files.

This commit is contained in:
2018-03-20 12:54:48 +01:00
parent 1782abf6e2
commit 09c88fed1f

View File

@@ -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;
}
}
}