Skip to content

Support fieldIndex in VDBs #2394

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sebastienblor
Copy link
Collaborator

Changes proposed in this pull request
This PR includes the changes previously pushed in #2316 that were reverted. It also includes a support of fieldIndex in regular vdb translation, both in usd and hydra. It also adds a test_2315 with that use case.

It's marked as a draft as I still don't have something satisfying, at the moment I'm only supporting the field index if it is > 0 which is not really the intended behaviour. Problem is that the default value of fieldIndex is 0, so if we always take it into account it would end up changing the code path for all vdb renders, in a way that would break existing scenes.

Issues fixed in this pull request
Fixes #2315

@sebastienblor sebastienblor changed the title Pr/2315 b Support fieldIndex in VDBs Aug 1, 2025
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.

VDB fieldIndex isn't used
2 participants