-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add displayName Metadata to Prim Spec #2055
Commits on Oct 4, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 6053208 - Browse repository at this point
Copy the full SHA 6053208View commit details
Commits on Oct 17, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 60de1b9 - Browse repository at this point
Copy the full SHA 60de1b9View commit details
Commits on Oct 19, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for b03192f - Browse repository at this point
Copy the full SHA b03192fView commit details
Commits on Nov 28, 2022
-
Add displayName Metadata to Prim Spec
- Moved displayName related methods from UsdProperty to UsdObject - Adjusted tests to better conform to user search expectations
Configuration menu - View commit details
-
Copy full SHA for 8c1fafb - Browse repository at this point
Copy the full SHA 8c1fafbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 69c2bb0 - Browse repository at this point
Copy the full SHA 69c2bb0View commit details -
Add displayName Metadata to Prim Spec
- Ensured .ui file was saved from Qt designer
Configuration menu - View commit details
-
Copy full SHA for b83ead3 - Browse repository at this point
Copy the full SHA b83ead3View commit details
Commits on Nov 29, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for eb47cb7 - Browse repository at this point
Copy the full SHA eb47cb7View commit details
Commits on Nov 30, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 6219275 - Browse repository at this point
Copy the full SHA 6219275View commit details
Commits on Dec 14, 2022
-
Add displayName Metadta to Prim Spec
- Modified comments appropriately for methods moved to UsdObject - Made checks for valid displayName more pythonic
Configuration menu - View commit details
-
Copy full SHA for 835870d - Browse repository at this point
Copy the full SHA 835870dView commit details