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

Support ArnoldGinstance prims in hydra #2057

Closed
sebastienblor opened this issue Aug 7, 2024 · 1 comment · Fixed by #2060
Closed

Support ArnoldGinstance prims in hydra #2057

sebastienblor opened this issue Aug 7, 2024 · 1 comment · Fixed by #2060
Labels
bug Something isn't working

Comments

@sebastienblor
Copy link
Collaborator

Arnold shapes are supposed to be supported in Hydra, as native_rprim.cpp and shape_adapter.cpp.
They're also listed as rprims in the schemas.

When an ArnoldProcedural prim is found in a usd file through hydra, it goes through the expected code and renders it with Arnold, same with ArnoldVolume, etc... However, ArnoldGinstance doesn't seem to be supported. It doesn't even go through HdArnoldRenderDelegate::CreateRprim despite it being part of the list returned in GetSupportedRprimTypes()

This can be seen in test_0079 (which is test that converts a test.ass into usd and then kicks it).
As a comparison, test_0067 has a primitive ArnoldProcedural that renders fine

@sebastienblor sebastienblor added the bug Something isn't working label Aug 7, 2024
@autodesk-oss-arnold-bot
Copy link

Issue synced internally to ARNOLD-15352

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