Add usda and usdc file format for viewer3D#3083
Open
servantftransperfect wants to merge 1 commit intodevelopfrom
Open
Add usda and usdc file format for viewer3D#3083servantftransperfect wants to merge 1 commit intodevelopfrom
servantftransperfect wants to merge 1 commit intodevelopfrom
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3083 +/- ##
========================================
Coverage 83.35% 83.35%
========================================
Files 73 73
Lines 9890 9890
========================================
Hits 8244 8244
Misses 1646 1646 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request adds support for the
.usdaand.usdc3D file formats throughout the codebase, ensuring they are recognized as valid 3D extensions in both the backend and the UI, and are covered by tests.3D File Format Support:
.usdaand.usdcto the list of valid 3D file extensions inAttributeso they are recognized as supported formats.Viewer3DSettings.qml) to include.usdaand.usdc, ensuring these formats appear as options in the UI.MediaLoader.qml) to handle.usdaand.usdcfiles, allowing them to be loaded in the viewer.Testing:
tests/test_attributes.pyto include.usdaand.usdcas valid 3D extensions, ensuring the new formats are properly validated.