Fixed: cache clearing when using multiple Alembic files.

This commit is contained in:
Sybren A. Stüvel 2018-03-20 12:54:48 +01:00
parent 1782abf6e2
commit 09c88fed1f
Notes: blender-bot 2023-02-14 06:14:43 +01:00
Referenced by issue #54255, 2.79b release
Referenced by issue #53884, Import issue with two alembic file sequences
1 changed files with 0 additions and 1 deletions

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