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

Apple: Mention that USDZ files are Zip32 only #3425

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/spec_usdz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ the ability to relax this constraint in the future, but consider it unlikely.
aggregate an arbitrary composition's worth of usd files into a single file,
without removing any composition features from the scene.

Additionally, USDZ files must be Zip32 documents. OpenUSD does not support Zip64.
As such, the total file size of a USDZ must be under 4GB.

Layout
------

Expand Down Expand Up @@ -418,4 +421,4 @@ Version 1.3 - Current Head
From version 1.2:

* :ref:`Adds AV1 Image (AVIF) file support <spec_usdz_file_types>`.
AVIF is now a supported file type for images/textures.
AVIF is now a supported file type for images/textures.