mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
♻️ remove restriction for "Shot" folder type
This commit is contained in:
parent
6382867174
commit
5914f2e23c
1 changed files with 1 additions and 2 deletions
|
|
@ -194,7 +194,7 @@ class CreateMultishotLayout(plugin.MayaCreator):
|
|||
parent_id = current_folder["id"]
|
||||
|
||||
# get all child folders of the current one
|
||||
child_folders = get_folders(
|
||||
return get_folders(
|
||||
project_name=self.project_name,
|
||||
parent_ids=[parent_id],
|
||||
fields=[
|
||||
|
|
@ -203,7 +203,6 @@ class CreateMultishotLayout(plugin.MayaCreator):
|
|||
"name", "label", "path", "folderType", "id"
|
||||
]
|
||||
)
|
||||
return [f for f in child_folders if f["folderType"] == "Shot"]
|
||||
|
||||
|
||||
# blast this creator if Ayon server is not enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue