Skip to content

Commit

Permalink
Add relocates tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Dec 1, 2023
1 parent f9213f1 commit 8ca2ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usd_qtpy/prim_spec_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,13 +366,14 @@ def __init__(self):
tooltips = {
"Layer": "A single <b>Layer</b> in the stage.",
"PrimSpec": "A <b>Prim</b> description",
"AttributeSpec": "A property that holds typed data.",
"reference": "Represents a reference.",
"payload": (
"Represents a payload.<br>"
"Payloads are similar to prim references with the major "
"difference that payloads are explicitly loaded by the user."
),
"relocates": "Namespace relocations specified on a prim",
"AttributeSpec": "A property that holds typed data.",
"RelationshipSpec": (
"A property that contains a reference to "
"one or more prim specs."
Expand Down

0 comments on commit 8ca2ae2

Please sign in to comment.