Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-3481_Tracking-original-files

This commit is contained in:
Petr Kalis 2022-07-13 16:02:35 +02:00
commit 79cae37d28
12 changed files with 476 additions and 54 deletions

View file

@ -84,6 +84,11 @@ class CreateProjectFolders(BaseAction):
create_project_folders(basic_paths, project_name)
self.create_ftrack_entities(basic_paths, project_entity)
self.trigger_event(
"openpype.project.structure.created",
{"project_name": project_name}
)
except Exception as exc:
self.log.warning("Creating of structure crashed.", exc_info=True)
session.rollback()