PixarAnimationStudios / OpenUSD

Universal Scene Description
http://www.openusd.org
Other
5.95k stars 1.18k forks source link

usdchecker: should warn on missing file references #2587

Open hybridherbst opened 1 year ago

hybridherbst commented 1 year ago

Description of Issue

Turns out usdchecker doesn't check texture references inside USDZ files. I thought that the "MissingReferenceChecker" rule should do that.

Steps to Reproduce

  1. Download asset2.usdz.zip and unpack
  2. Run usdchecker asset2.usdz

Expected: complains that some of the textures aren't available (Texture_10_false.png doesn't exist in the USDZ but is referenced)

Actual: usdchecker is pretty happy minus the normal scale verification.

System Information (OS, Hardware)

MacOS 13.5 M2

Package Versions

v23.08

jesschimein commented 1 year ago

Filed as internal issue #USD-8584