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

MAYA-128503 - Improve roundtripping of GeomSubsets #3135

Merged
merged 6 commits into from
Jun 6, 2023

Commits on Jun 2, 2023

  1. MAYA-128503 - Improve roundtripping of GeomSubsets

    We have two sources of GeomSubsets in Maya:
     - Shaded faces
     - Explicitly create component tags
    
    In USD land GeomSubsets can be modified in ways that have no Maya
    equivalent:
     - We can change the family name
     - We can assign a material
    
    So when importing/exporting USD data, we need to add just enough info
    that all Maya and USD sepcificities are accounted for and correctly
    handled.
    
    The unit test will be quite informative.
    JGamache-autodesk committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1bc228d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b62059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a22de1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    9f83051 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2764fd View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    JGamache-autodesk committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    74dc1b1 View commit details
    Browse the repository at this point in the history