mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Expand tooltip
This commit is contained in:
parent
3958a5104e
commit
fa158d3f46
1 changed files with 4 additions and 1 deletions
|
|
@ -60,7 +60,10 @@ class AssignLookPlaceholderPlugin(MayaPlaceholderPlugin):
|
|||
"recurse",
|
||||
label="Recursive",
|
||||
tooltip="Assign look also to potential sub containers / "
|
||||
"placeholders loaded from the load placeholder.",
|
||||
"placeholders loaded from the load placeholder.\n"
|
||||
"This will make sure that any placeholder contained "
|
||||
"that itself loaded new geometry will recursively "
|
||||
"also get the look assignment triggered.",
|
||||
default=options.get("recurse", False)
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue