mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added build first workfile (probably for testing)
This commit is contained in:
parent
149a65f1e7
commit
d38df643a8
1 changed files with 9 additions and 0 deletions
|
|
@ -1238,3 +1238,12 @@ def create_first_workfile(file_ext=None):
|
|||
host.save_file(workfile_path)
|
||||
|
||||
return workfile_path
|
||||
|
||||
|
||||
def build_first_workfile(file_ext=None):
|
||||
# DEBUG this should probably be host specific
|
||||
# Create workfile
|
||||
workfile_path = create_first_workfile(file_ext)
|
||||
# Load containers
|
||||
loaded_containers = load_containers_for_workfile()
|
||||
return (workfile_path, loaded_containers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue