mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
🐶 calm the hound
This commit is contained in:
parent
5ac109a7ae
commit
435ff3389f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class CreateMultishotLayout(plugin.MayaCreator):
|
|||
items_with_label = [
|
||||
dict(
|
||||
label=current_path_parts[p] if current_path_parts[p] != current_folder["name"] else f"{current_path_parts[p]} (current)", # noqa
|
||||
value="/".join(current_path_parts[:p+1]),
|
||||
value="/".join(current_path_parts[:p + 1]),
|
||||
)
|
||||
for p in range(len(current_path_parts))
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue