extract_ayon_project_anatomy
Extract Anatomy object from ayon ProjectEntity.
This file is for the backwards compatibility with Ayon server.
This funciton is a part of the server from version 1.5.1, so we can remove this file after a grace period.
from ayon_server.helpers.extract_anatomy import extract_project_anatomy
extract_ayon_project_anatomy(project)
Extract Anatomy object from ayon ProjectEntity.
Source code in server/kitsu/extract_ayon_project_anatomy.py
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | |
process_aux_table(src)
Process auxiliary table.
Source code in server/kitsu/extract_ayon_project_anatomy.py
24 25 26 27 28 29 | |
process_link_types(src)
Convert project linktypes submodel to anatomy-style linktypes.
Source code in server/kitsu/extract_ayon_project_anatomy.py
32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |