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 displayName Metadata to Prim Spec #2055

Merged

Commits on Oct 4, 2022

  1. Add displayName Metadata to Prim Spec

    - Added displayName metadata field to prims
    - Adjusted tests to test for and modify authored displayName metadata
    - Did not add Get/Set DisplayName methods to prims - all access should
      be via Get/Set Metadata to keep ABI compatibility
    erslavin committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6053208 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. OM-65968: displayName support for prims in usdview

    - Added context menu item to show prim display names (default = True)
    - Added support for showing prim display name in the prim tree
    - Added support for searching on prim display name in search box
    - Modified prim tree item tooltip to show both name and display name
    erslavin committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    60de1b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Add displayName Metadata to PrimSpec

    - Augmented automated tests in usdview to account for displayName
    - Added displayName to field keys in wrapPrimSpec
    - Removed unnecessary comment blocks
    erslavin committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b03192f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Add displayName Metadata to Prim Spec

    - Moved displayName related methods from UsdProperty to UsdObject
    - Adjusted tests to better conform to user search expectations
    erslavin committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8c1fafb View commit details
    Browse the repository at this point in the history
  2. Add displayName Metadata to Prim Spec

    - Rolled back changes to search
    - Updated condition to match on display name if authored or on name
      if not
    erslavin committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    69c2bb0 View commit details
    Browse the repository at this point in the history
  3. Add displayName Metadata to Prim Spec

    - Ensured .ui file was saved from Qt designer
    erslavin committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b83ead3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Add displayName Metadata to Prim Spec

    - Refactored out pattern match code into separate method to
      avoid code duplication across prim and prototype search paths
    - Fixed documentation issue
    erslavin committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    eb47cb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Add displayName Metadata to Prim Spec

    - Adjusted usdview search matching logic to directly
      invoke GetDisplayName and compare to empty string
      to avoid overhead of calling HasAuthoredDisplayName
      followed by GetDisplayName
    erslavin committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6219275 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Add displayName Metadta to Prim Spec

    - Modified comments appropriately for methods moved to UsdObject
    - Made checks for valid displayName more pythonic
    erslavin committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    835870d View commit details
    Browse the repository at this point in the history