Skip to content

Commit 76d5c98

Browse files
committed
USDScene : Register .usdz file format
1 parent 210c457 commit 76d5c98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/IECoreUSD/src/IECoreUSD/USDScene.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,5 +1440,6 @@ namespace
14401440
SceneInterface::FileFormatDescription<USDScene> g_descriptionUSD( ".usd", IndexedIO::Read | IndexedIO::Write );
14411441
SceneInterface::FileFormatDescription<USDScene> g_descriptionUSDA( ".usda", IndexedIO::Read | IndexedIO::Write );
14421442
SceneInterface::FileFormatDescription<USDScene> g_descriptionUSDC( ".usdc", IndexedIO::Read | IndexedIO::Write );
1443+
SceneInterface::FileFormatDescription<USDScene> g_descriptionUSDZ( ".usdz", IndexedIO::Read | IndexedIO::Write );
14431444

14441445
} // namespace

0 commit comments

Comments
 (0)