Page MenuHomeSolus

Update alembic to 1.8.2
ClosedPublic

Authored by YakoYakoYokuYoku on May 7 2021, 12:33 PM.
Tags
None
Referenced Files
F10806239: D10999.id27161.diff
Tue, May 30, 12:15 AM
F10804170: D10999.id27948.diff
Mon, May 29, 2:59 PM
F10791297: D10999.id26993.diff
Sat, May 27, 2:31 AM
F10785995: D10999.id27161.diff
Fri, May 26, 6:14 AM
F10782192: D10999.id27261.diff
Thu, May 25, 12:49 PM
F10767022: D10999.id27315.diff
Fri, May 19, 9:40 PM
F10733091: D10999.id27315.diff
Thu, May 11, 7:52 PM
F10733016: D10999.id27261.diff
Thu, May 11, 7:10 PM
Subscribers

Details

Summary

Changelog:

  • 1.8.2:
    • Look for Boost Python a little differently, falling back on existing behavior.
  • 1.8.1:
    • Fix the capitalization of the Imath find_depencency in AlembicConfig.cmake so that Imath will be found when used by external projects.
    • Address Fuzzer issue 33685 sanity check that we have a valid group to avoid infinite recursion during traversal.
  • 1.8.0:
    • Drop support for the ancient TR1 and expect for compilers to at least support C++std11, while defaulting to C++std14.
    • Propagate MetaData from the first of our ordered input archives over to the stitched output in AbcStitcher.
    • Overhaul to support the recently released Imath 3.

Depends on D10998.

Signed-off-by: Martin Reboredo <yakoyoku@gmail.com>

Test Plan

Built against blender and qmlalembic.

Diff Detail

Repository
R5136 alembic
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 14 2021, 6:19 PM
YakoYakoYokuYoku retitled this revision from Update alembic to 1.8.0 to Update alembic to 1.8.1.
YakoYakoYokuYoku edited the summary of this revision. (Show Details)

Update to 1.8.1.

Rebase against abireport changes.

YakoYakoYokuYoku retitled this revision from Update alembic to 1.8.1 to Update alembic to 1.8.2.
YakoYakoYokuYoku edited the summary of this revision. (Show Details)

Update to 1.8.2.

This revision was automatically updated to reflect the committed changes.