Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch usddiff for USDZ containing crate layers #3438

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Nov 25, 2024

  1. Patch usddiff for USDZ containing crate layers

    The underlying layers need to be converted to usda before they are diffed.
    
    Previously a crate layer within a USDZ would produce the following failure when run through usddiff:
    
      Differences in a.usdz[basic.usdc] and b.usdz[basic.usdc]:
      'utf-8' codec can't decode byte 0xfe in position 16: invalid start byte
    
    The change in test output is due to the ascii layer running through usdcat which it did not previously. The particulars of the diff remain the same.
    andrewkaufman committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e3b8efc View commit details
    Browse the repository at this point in the history