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

add a way for pxrUsdProxyShape to disable subpath selection with the VP2.0 render delegate #315

Commits on Mar 9, 2020

  1. add a way for pxrUsdProxyShape to disable subpath selection with the …

    …VP2.0 render delegate
    
    Most of the usage of pxrUsdProxyShape nodes is when they are brought in by
    activating the "Collapsed" representation of pxrUsdReferenceAssembly nodes. In
    that case, they are intended to be read-only proxies, and any edits to prims
    within the hierarchy should be represented as assembly edits. Other workflows
    that involve more direct USD authoring should favor one of the other proxy
    shape node types.
    
    This change ensures that the selection behavior of pxrUsdProxyShape nodes is
    consistent between Pixar's batch renderer and the VP2.0 render delegate.
    mattyjams committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    dab4b46 View commit details
    Browse the repository at this point in the history