andrewhwood / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Check CoreType from Python #347

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently there is no (simple) way to check the Alembic CoreType value for an 
existing IArchive.

This issue is for the implementation of a new method "getCoreType()", or 
similar, on the IArchive Python bindings that returns a string corresponding to 
the Alembic Core Type enum (like "Ogawa" or "HDF5", to aid discoverability), 
and also have something like alembic.Abc.CoreTypeFlag.kOgawa as a constant 
string that points to the same value.

Original issue reported on code.google.com by rsgalloway on 25 Jun 2014 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by rsgalloway on 11 Jul 2014 at 9:31

GoogleCodeExporter commented 9 years ago
Fixed in Alembic 1.5.5 

Original comment by rsgalloway on 15 Jul 2014 at 6:30