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

Investigate replacement of ArnoldNodeGraph with builtin node graph #2001

Open
sebastienblor opened this issue Jul 18, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@sebastienblor
Copy link
Collaborator

In order to support shader connections to all types of nodes, we currently rely on ArnoldNodeGraph primitives.
We should investigate if we can replace this with builtin NodeGraph which should be enough in theory.

Also, currently these node graphs are referenced by strings (.e.g a light attribute light:shaders is set to the node graph prim name as a string), which is a problem if the usd file is loaded by another layer inside of a hierarchy. The full path of the node graph is no longer the same in that situation and we cannot resolve it. A Relationship attribute would solve this

@sebastienblor sebastienblor added the enhancement New feature or request label Jul 18, 2024
@autodesk-oss-arnold-bot
Copy link

Issue synced internally to ARNOLD-15289

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant