utils
Utils.
attempt_as_posix_rootless_path(path, project_name)
Format provided path to posix rootless if possible.
Source code in client/ayon_workflow/utils.py
89 90 91 92 93 94 95 | |
get_project_anatomy(project_name)
Get anatomy from project name.
Source code in client/ayon_workflow/utils.py
16 17 18 19 20 21 22 23 24 25 26 27 28 | |
remap_to_path(path, project_name)
Remap provided path to root if possible.
Source code in client/ayon_workflow/utils.py
31 32 33 34 35 36 37 38 39 | |