ProjectManager.export_project# ProjectManager.export_project(project_name: str, file_path: <module 'posixpath' (frozen)>, with_stills_and_luts=True) → bool[source]# Exports project to provided file path Parameters: project_name (str) – project to export file_path (path) – file path to export to with_stills_and_luts (bool, optional) – export project with still and luts. Defaults to True. Returns: True if project was exported, False otherwise Return type: bool