mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
adding a Qt lockfile dialog for lockfile tasks
This commit is contained in:
parent
f6792d2e42
commit
3c949aaec3
2 changed files with 1 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ from openpype.pipeline import (
|
|||
from openpype.pipeline.load import any_outdated_containers
|
||||
from openpype.pipeline.workfile.lock_workfile import (
|
||||
create_workfile_lock,
|
||||
get_user_from_lock,
|
||||
remove_workfile_lock,
|
||||
is_workfile_locked,
|
||||
is_workfile_lock_enabled
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ from openpype.pipeline.context_tools import (
|
|||
change_current_context
|
||||
)
|
||||
from openpype.pipeline.workfile import get_workfile_template_key
|
||||
from openpype.tools.workfiles.lock_dialog import WorkfileLockDialog
|
||||
|
||||
|
||||
from .model import (
|
||||
WorkAreaFilesModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue