PiRSquared17 / alembic

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

Tool to take two alembic input files and report differences #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This type of tool becomes much easier once we have a python api..
Tool has value for giving confidence to users that their data is present and 
corerct in the alembic file.  User would generate a reference version of asset, 
then work on various tools / workflows and then retest that resulting alembic 
file is sitll mathcing.  Or when workign with vendors the baility to have then 
export to alembci and diff from an original "master" asset will confirm that 
they are exporting everything as needed.

Original issue reported on code.google.com by ble...@gmail.com on 26 Aug 2011 at 9:21

GoogleCodeExporter commented 9 years ago

Original comment by ble...@gmail.com on 27 Aug 2011 at 12:00

GoogleCodeExporter commented 9 years ago
Adding to Milestone 1.1

Original comment by scottmmo...@gmail.com on 6 Sep 2011 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by ble...@gmail.com on 19 Sep 2011 at 9:52

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Since Alembic is really just a HDF5 file, have you considered just using the 
HDF5 bundled H5diff tool?  It's quite effective, and for a similar HDF5 based 
system, I've used it successfully to do exactly what you are asking.

Original comment by evolutio...@gmail.com on 16 Feb 2012 at 12:46

GoogleCodeExporter commented 9 years ago
This is unlikely to make 1.1.

Original comment by miller.lucas on 25 Jun 2012 at 6:30

GoogleCodeExporter commented 9 years ago
The python api now exists and this tool would be relatively simple to create.

Original comment by miller.lucas on 13 Sep 2013 at 6:16