Page MenuHomeSolus

Update alembic to 1.8.2
ClosedPublic

Authored by YakoYakoYokuYoku on May 7 2021, 12:33 PM.
Tags
None
Referenced Files
F10829130: D10999.id27161.diff
Sun, Jun 4, 11:14 AM
F10829082: D10999.id28241.diff
Sun, Jun 4, 11:06 AM
F10828488: D10999.id26513.diff
Sun, Jun 4, 9:33 AM
F10828256: D10999.id26513.diff
Sun, Jun 4, 8:52 AM
F10827850: D10999.id26562.diff
Sun, Jun 4, 7:44 AM
F10820572: D10999.id.diff
Fri, Jun 2, 4:31 AM
F10806239: D10999.id27161.diff
Tue, May 30, 12:15 AM
F10804170: D10999.id27948.diff
Mon, May 29, 2:59 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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 286
Build 286: arc lint + arc unit

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.