nightstyles / alembic

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

Getting the compound property containing a cyclic scalar property fails #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Writing works property, but when we attempt to generate the compound property 
that contains the scalar property on read:
  ICompoundProperty props( child.getProperties(), kWrapExisting );
Alembic throws and exception:
 terminate called after throwing an instance of 'Alembic::Util::Exception'
   what():  IObject::getProperties()
 ERROR: EXCEPTION:
 File DataType clash for scalar attribute: mass.tspc
   childAbort

AbcNice/Tests/CyclicPropertyTest.cpp demonstrates this

Original issue reported on code.google.com by ard...@gmail.com on 16 Nov 2010 at 11:02

GoogleCodeExporter commented 9 years ago
This should be fixed by one of my recent checkins to joetmp.

Original comment by ard...@gmail.com on 16 Nov 2010 at 11:02

GoogleCodeExporter commented 9 years ago
Fixed due to a combination of lucas' work and a bug fix in my test. Huzzah!

Original comment by ard...@gmail.com on 16 Nov 2010 at 11:02