From 643e66e6c3da604347fa6528304983715cc00f6d Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Fri, 29 Nov 2024 11:50:35 +0100 Subject: [PATCH] Added Folder to additional folder types --- services/shotgrid_common/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/shotgrid_common/utils.py b/services/shotgrid_common/utils.py index 2bdc08a..a983617 100644 --- a/services/shotgrid_common/utils.py +++ b/services/shotgrid_common/utils.py @@ -366,7 +366,8 @@ def create_sg_entities_in_ay( new_folder_types = sg_folder_entities + project_entity.folder_types # So we can have a specific folder for AssetCategory new_folder_types.extend([ - {"name": "AssetCategory"} + {"name": "AssetCategory"}, + {"name": "Folder"} ]) # Make sure list items are unique