Skip to content

Commit

Permalink
Merge branch 'enhancement/product_group_add_existing_group_picker' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/BigRoy/ayon-core into enhancement/product_group_add_existing_group_picker
  • Loading branch information
BigRoy committed Sep 18, 2024
2 parents f533554 + 1e86602 commit a5daf3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions client/ayon_core/tools/loader/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,8 @@ def get_thumbnail_path(self, project_name, thumbnail_id):
pass

def get_folder_product_group_names(
self, project_name, folder_ids):
self, project_name, folder_ids
):
"""Return all used product group names for products under folder ids.
Args:
Expand All @@ -706,8 +707,8 @@ def get_folder_product_group_names(
Returns:
set[str]: Product group names set for products under given folders.
"""
"""
pass

# Selection model wrapper calls
Expand Down
3 changes: 2 additions & 1 deletion client/ayon_core/tools/loader/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ def get_thumbnail_path(self, project_name, thumbnail_id):
)

def get_folder_product_group_names(
self, project_name, folder_ids):
self, project_name, folder_ids
):
product_items = self.get_product_items(
project_name=project_name,
folder_ids=folder_ids)
Expand Down

0 comments on commit a5daf3d

Please sign in to comment.