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

[usdAbc] Fix conversion of UsdGeomMesh subd interpolation options #1246

Merged
merged 2 commits into from
Jun 30, 2020

Commits on May 21, 2020

  1. Fixed Abc translation issues with subd interpolation options:

        - fixed reader to use the correct Alembic fvar-interpolation property name
        - fixed writer to handle all 6 legitimate USD cases for fvar-interpolation
        - fixed writer to assign corresponding Abc value for USD defaults
    barfowl committed May 21, 2020
    Configuration menu
    Copy the full SHA
    8bdf8fa View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Updated usdAbc conversion test for subdivision meshes:

        - assigned non-default values for interpolation options of test shape
        - tested scheme and interpolation options after round trip conversion
    barfowl committed May 22, 2020
    Configuration menu
    Copy the full SHA
    019b046 View commit details
    Browse the repository at this point in the history