PiRSquared17 / alembic

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

Can't write uniform samples starting at any time other than zero #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This works:
   mass.set( mm,  OSampleSelector(tt) );  // write sample # tt at time 0 + dt*tt
This dies:
  mass.set( mm,  OSampleSelector(tt, 400.0 + tt*dt ) );
with:
terminate called after throwing an instance of 'Alembic::Util::Exception'
  what():  Invalid rank in timeSamples attr read

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

GoogleCodeExporter commented 9 years ago
Issue 10 has been merged into this issue.

Original comment by ard...@gmail.com on 16 Nov 2010 at 10:58

GoogleCodeExporter commented 9 years ago
It appears that this bug is fixed in the joetmp branch

Original comment by ard...@gmail.com on 16 Nov 2010 at 10:58

GoogleCodeExporter commented 9 years ago
Fixed in joetmp.

Original comment by ard...@gmail.com on 16 Nov 2010 at 10:58