Merge branch 'blender-v4.4-release'
This commit is contained in:
commit
f3b1c9b2cd
@ -353,7 +353,7 @@ void BKE_cachefile_eval(Main *bmain, Depsgraph *depsgraph, CacheFile *cache_file
|
|||||||
BLI_freelistN(&cache_file->object_paths);
|
BLI_freelistN(&cache_file->object_paths);
|
||||||
|
|
||||||
#ifdef WITH_ALEMBIC
|
#ifdef WITH_ALEMBIC
|
||||||
if (BLI_path_extension_check_glob(filepath, "*abc")) {
|
if (BLI_path_extension_check_glob(filepath, "*.abc")) {
|
||||||
cache_file->type = CACHEFILE_TYPE_ALEMBIC;
|
cache_file->type = CACHEFILE_TYPE_ALEMBIC;
|
||||||
cache_file->handle = ABC_create_handle(
|
cache_file->handle = ABC_create_handle(
|
||||||
bmain,
|
bmain,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user