mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
smart family select is using AYON settings
This commit is contained in:
parent
508997c7f4
commit
7beef914f7
2 changed files with 7 additions and 13 deletions
|
|
@ -444,15 +444,7 @@ def _convert_global_project_settings(ayon_settings, output, default_settings):
|
|||
ayon_create_tool = ayon_tools["creator"]
|
||||
|
||||
|
||||
product_smart_select_key = "families_smart_select"
|
||||
if "product_types_smart_select" in ayon_create_tool:
|
||||
product_smart_select_key = "product_types_smart_select"
|
||||
|
||||
new_smart_select_families = {
|
||||
item["name"]: item["task_names"]
|
||||
for item in ayon_create_tool.pop(product_smart_select_key)
|
||||
}
|
||||
ayon_create_tool["families_smart_select"] = new_smart_select_families
|
||||
|
||||
ayon_loader_tool = ayon_tools["loader"]
|
||||
if "product_type_filter_profiles" in ayon_loader_tool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue