From 956ad8299b652b38e77215b545454ddba3715d87 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Fri, 10 Jun 2022 15:19:18 +0200 Subject: [PATCH] mapped lib --- openpype/client/entities.py | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/openpype/client/entities.py b/openpype/client/entities.py index 82f16ff032..82caaee7c5 100644 --- a/openpype/client/entities.py +++ b/openpype/client/entities.py @@ -1095,6 +1095,39 @@ def get_thumbnail(project_name, thumbnail_id, fields=None): Query: - assets +## Lib +- openpype/lib/applications.py + Query: + - project + - asset +- openpype/lib/avalon_context.py + Query: + - project + - asset + - linked assets (new function get_linked_assets?) + - subset + - subsets + - version + - versions + - last version + - representations + - linked representations (new function get_linked_ids_for_representations) + Update: + - workfile data +- openpype/lib/plugin_tools.py + Query: + - asset +- openpype/lib/project_backpack.py + Query: + - project + - everything from mongo + Update: + - project +- openpype/lib/usdlib.py + Query: + - project + - asset + ## Pipeline - openpype/pipeline/load/utils.py Query: