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

ptex: Store full metadata only at subimage 0, miplevel 0 for ptex files. #4376

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Aug 13, 2024

Don't read or store full metadata on every MIP level for every face. That can really add up! Ptex can only have one set of metadata, the format itself doesn't allow it to vary from face to face.

Don't read or store full metadata on every MIP level for every
face. That can really add up! Ptex can only have one set of metadata,
the format itself doesn't allow it to vary from face to face.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@lgritz lgritz merged commit fac55fa into AcademySoftwareFoundation:master Aug 21, 2024
26 checks passed
@lgritz lgritz deleted the lg-ptexmeta branch August 22, 2024 17:11
zachlewis pushed a commit to zachlewis/OpenImageIO that referenced this pull request Sep 16, 2024
…es. (AcademySoftwareFoundation#4376)

Don't read or store full metadata on every MIP level for every face.
That can really add up! Ptex can only have one set of metadata, the
format itself doesn't allow it to vary from face to face.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant