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

Avoid creating instances of nested procedurals that contain a single object #1821

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

Comments

@sebastienblor
Copy link
Collaborator

When we render an instance of a non-renderable primitive, we have to create a nested procedural. However, quite frequently, we end up creating such a procedural for a procedural that will create a single node. In that case we should manage to use this leaf node as the actual prototype for our instance

@sebastienblor sebastienblor added the enhancement New feature or request label Jan 18, 2024
sebastienblor added a commit to sebastienblor/arnold-usd that referenced this issue Jan 18, 2024
@autodesk-oss-arnold-bot
Copy link

Issue synced internally to ARNOLD-14630

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