mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
🐶 happy dog
This commit is contained in:
parent
8168c96ae5
commit
77a0930ed0
1 changed files with 5 additions and 2 deletions
|
|
@ -68,8 +68,11 @@ class CreateMultishotLayout(plugin.MayaCreator):
|
|||
|
||||
# add the project as the first item
|
||||
items_with_label = [
|
||||
dict(label=f"{self.project_name} "
|
||||
"(shots directly under the project)", value="")
|
||||
{
|
||||
"label": f"{self.project_name} "
|
||||
"(shots directly under the project)",
|
||||
"value": ""
|
||||
}
|
||||
]
|
||||
|
||||
# go through the current folder path and add each part to the list,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue