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

Fixed usdview warnings with valid UsdGeomMesh face-varying options #1061

Merged

Conversation

barfowl
Copy link
Contributor

@barfowl barfowl commented Dec 13, 2019

usdview emits warnings when UsdGeomMesh's FaceVaryingLinearInterpolation attribute is set with the valid values "cornersOnly" or "cornersPlus2", i.e.:

    Warning: in GetOptions at line 142 of src/pxr/imaging/lib/pxOsd/refinerFactory.cpp -- Unknown face-varying boundary interpolation rule (cornersOnly) (...)

Description of Change(s)

This change adds the two missing conditions to the conversion of attribute values to corresponding OpenSubdiv options.

…ions:

    - added conditions to PxOsdRefinerFactory for cornersOnly and cornersPlus2
@jilliene
Copy link

Filed as internal issue #USD-5756

pixar-oss added a commit that referenced this pull request Dec 20, 2019
Fixed usdview warnings with valid UsdGeomMesh face-varying options

(Internal change: 2029827)
@pixar-oss pixar-oss merged commit 7a55826 into PixarAnimationStudios:dev Dec 20, 2019
@barfowl barfowl deleted the imaging_pxosd_fvar_options branch May 18, 2020 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants