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

feat(loader): add usd scene loader #1043

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

freLorbeer
Copy link
Contributor

extension of the load_obj module allows loading .usd/.usdc/.usda files and load it as a scene

closes #1029

extension of the load_obj module allows loading .usd/.usdc/.usda files and load it as a scene

closes DLR-RM#1029
Copy link

cla-bot bot commented Jan 16, 2024

For contributing to BlenderProc you need to sign our Contributor License Agreement. As an individual please sign CLA_individuals.pdf, as a company please sign CLA_entities.pdf and send it to blenderproc@dlr.de

@cornerfarmer
Copy link
Member

Hey @freLorbeer,

thanks a lot for your PR. Could you please sign the CLA, otherwise I cannot merge this.

@cornerfarmer cornerfarmer merged commit 4790683 into DLR-RM:main Feb 12, 2024
1 of 2 checks passed
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.

import complete scene, preferably as usd
2 participants