Skip to content

Commit

Permalink
feat: add additional supported file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
beersandrew committed Dec 12, 2024
1 parent 63f82df commit 0715bd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pxr/usdValidation/usdUtilsValidators/validators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ _FileExtensionValidator(const UsdStagePtr& usdStage) {

const std::set<TfToken> validExtensions = {TfToken("usda"),
TfToken("usdc"), TfToken("usd"), TfToken("usdz"), TfToken("png"),
TfToken("jpg"), TfToken("jpeg"), TfToken("exr")};
TfToken("jpg"), TfToken("jpeg"), TfToken("exr"), TfToken("avif"),
TfToken("m4a"), TfToken("mp3"), TfToken("wav")};

const SdfLayerHandle& rootLayer = usdStage->GetRootLayer();
const UsdZipFile& zipFile = UsdZipFile::Open(rootLayer->GetRealPath());
Expand Down

0 comments on commit 0715bd7

Please sign in to comment.