Fix crash when opening a Blender file containing Alembic data.
Was also affecting object linking.
This commit is contained in:
@@ -81,6 +81,7 @@ static void freeData(ModifierData *md)
|
||||
#ifdef WITH_ALEMBIC
|
||||
CacheReader_free(mcmd->reader);
|
||||
#endif
|
||||
mcmd->reader = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user