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

[Procedural] Subdivision shouldn't be enabled by default #49

Closed
sebastienblor opened this issue Nov 21, 2019 · 0 comments · Fixed by #50
Closed

[Procedural] Subdivision shouldn't be enabled by default #49

sebastienblor opened this issue Nov 21, 2019 · 0 comments · Fixed by #50
Assignees
Labels
bug Something isn't working
Projects

Comments

@sebastienblor
Copy link
Collaborator

The procedural checks if a mesh has subdivision by invoking the function UsdGeomMesh::GetSubdivisionSchemeAttr() , which returns catmull-clark by default.

The problem is that Arnold has polymesh.subdiv_iteration=1 by default. The combination of these 2 defaults causes all meshes to always appear with a 1-level catmull-clark subdivision when rendered with the procedural, which should be changed

@sebastienblor sebastienblor added the bug Something isn't working label Nov 21, 2019
@sebastienblor sebastienblor self-assigned this Nov 21, 2019
sebastienblor pushed a commit to sebastienblor/arnold-usd that referenced this issue Nov 21, 2019
sirpalee pushed a commit that referenced this issue Nov 25, 2019
Fixes #49 


Co-Authored-By: Sebastien Blaineau-Ortega <sebastienblor@users.noreply.github.com>
sebastienblor pushed a commit to sebastienblor/arnold-usd that referenced this issue Nov 29, 2019
sirpalee pushed a commit that referenced this issue Nov 29, 2019
@kikou kikou added this to To do in sprint13 via automation Dec 6, 2019
@kikou kikou moved this from To do to Done in sprint13 Dec 6, 2019
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
No open projects
sprint13
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant