Changeset View
Changeset View
Standalone View
Standalone View
source/blender/alembic/intern/abc_archive.h
| Context not available. | |||||
| /** | /** | ||||
| * Returns true when either Blender is compiled with HDF5 support and | * Returns true when either Blender is compiled with HDF5 support and | ||||
| * the archive was succesfully opened (valid() will also return true), | * the archive was successfully opened (valid() will also return true), | ||||
| * or when Blender was built without HDF5 support but a HDF5 file was | * or when Blender was built without HDF5 support but a HDF5 file was | ||||
| * detected (valid() will return false). | * detected (valid() will return false). | ||||
| */ | */ | ||||
| Context not available. | |||||