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

Crash when the root primitive is invalid #2133

Closed
sebastienblor opened this issue Oct 18, 2024 · 1 comment · Fixed by #2134
Closed

Crash when the root primitive is invalid #2133

sebastienblor opened this issue Oct 18, 2024 · 1 comment · Fixed by #2134
Labels
bug Something isn't working

Comments

@sebastienblor
Copy link
Collaborator

sebastienblor commented Oct 18, 2024

When exporting from mayaUSD with a root primitive which doesn't exist, we get a crash with a recursive loop.
This happens in a fresh maya scene, by running

cmds.polyCube()
kw = {"exportRoots": ["|pCube1"], "file": "/var/tmp/tmp1uwrns2h.usd", "jobContext": ["Arnold"]}
cmds.mayaUSDExport(**kw)
@sebastienblor sebastienblor added the bug Something isn't working label Oct 18, 2024
@autodesk-oss-arnold-bot
Copy link

Issue synced internally to ARNOLD-15597

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant