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-106188 - As a user, I would like to activate and deactivate prims #773

Merged
merged 2 commits into from
Sep 15, 2020

Commits on Sep 11, 2020

  1. MAYA-106188 - As a user, I would like to activate and deactivate prims

    * Implemented new UFE interface UIInfoHandler.
    * Added support for child filtering with new Ufe::Hierarchy method
      "filteredChildren" and Ufe::HierarchyHandler method "childFilter".
      In USD we support a single child filter for "Inactive Prims".
    * Added context menu for "{Active/Deactivate} Prim".
    * Added test cases for new interface, new methods and new menu.
    seando-adsk committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    bd71175 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. MAYA-106188 - As a user, I would like to activate and deactivate prims

    * Code review comments:
    ** Need child filter for ProxyShapeHierarchy.
    ** Store Stage/SdfPath instead of UsdPrim.
    seando-adsk committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e19fa54 View commit details
    Browse the repository at this point in the history