Expand tooltip

This commit is contained in:
Roy Nieterau 2024-06-03 23:07:57 +02:00
parent 3958a5104e
commit fa158d3f46

View file

@ -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)
),
]