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

Combined UsdVol schema and Hydra changes #567

Merged

Commits on Jul 19, 2018

  1. Configuration menu
    Copy the full SHA
    47d08e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97537f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abd41c0 View commit details
    Browse the repository at this point in the history
  4. Adding volume-specific data access functions to SceneDelegate and

    PrimAdapter classes. Currently they are all default implementations
    that return nothing.
    
    # Conflicts:
    #	pxr/imaging/lib/hd/sceneDelegate.h
    marktucker committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    7b0b780 View commit details
    Browse the repository at this point in the history
  5. Adding adapter classes for volume rprims and field bprims (including

    speicalizations for openvdb asset and field3d asset primitives).
    
    # Conflicts:
    #	pxr/imaging/lib/hd/tokens.h
    marktucker committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    3bcd692 View commit details
    Browse the repository at this point in the history
  6. Updates based on feedback from Pixar:

     * Remove unnecessary includes, update copyright years.
     * Re-ran genUsdSchema to pick up latest changes to schema files.
     * Added some helper functions to UsdVolVolume to make managing field
    relationships easier.
     * Use this new API to help populate information in the volume adapter.
    marktucker committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    98233d9 View commit details
    Browse the repository at this point in the history