mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
marked 'check_destination_path' as deprecated and moved to pipeline.delivery
This commit is contained in:
parent
fe566f4a4b
commit
dc77d4a609
4 changed files with 86 additions and 44 deletions
|
|
@ -20,9 +20,9 @@ from openpype.pipeline import Anatomy
|
|||
from openpype.pipeline.load import get_representation_path_with_anatomy
|
||||
from openpype.pipeline.delivery import (
|
||||
get_format_dict,
|
||||
check_destination_path,
|
||||
)
|
||||
from openpype.lib.delivery import (
|
||||
check_destination_path,
|
||||
process_single_file,
|
||||
process_sequence
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue