mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added 'save_workfile_with_current_context' to workfile init
This commit is contained in:
parent
7006ed8940
commit
206eb45cf4
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ from .utils import (
|
|||
|
||||
open_workfile,
|
||||
save_current_workfile_to,
|
||||
save_workfile_with_current_context,
|
||||
copy_and_open_workfile,
|
||||
copy_and_open_workfile_representation,
|
||||
save_workfile_info,
|
||||
|
|
@ -67,6 +68,7 @@ __all__ = (
|
|||
|
||||
"open_workfile",
|
||||
"save_current_workfile_to",
|
||||
"save_workfile_with_current_context",
|
||||
"copy_and_open_workfile",
|
||||
"copy_and_open_workfile_representation",
|
||||
"save_workfile_info",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue