Skip to content

Alembic 1.7.4

Compare
Choose a tag to compare
@lamiller0 lamiller0 released this 13 Oct 00:59
· 385 commits to master since this release

Hello Alembic Users!

Thanks to your feedback and pull requests we have a few bug fixes and an
enhancement.

API:

Do not allow scalar properties to match when they have the same data type
but different extents. This is to avoid a segfault on getValue. (Issue 138)

Add: const AbcA::ObjectWriterPtr getPtr() to OObject.h (PR 141)

Remove an accidental circular include dependency in AbcCoreLayer. (PR 141)