mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added pipeline queries
This commit is contained in:
parent
0ea1032a61
commit
22372361eb
1 changed files with 18 additions and 0 deletions
|
|
@ -1064,6 +1064,7 @@ def get_thumbnail(project_name, thumbnail_id, fields=None):
|
|||
Query:
|
||||
- assets
|
||||
- subsets
|
||||
- last version
|
||||
- openpype/plugins/publish/collect_scene_loaded_versions.py
|
||||
Query:
|
||||
- representations
|
||||
|
|
@ -1094,6 +1095,23 @@ def get_thumbnail(project_name, thumbnail_id, fields=None):
|
|||
Query:
|
||||
- assets
|
||||
|
||||
## Pipeline
|
||||
- openpype/pipeline/load/utils.py
|
||||
Query:
|
||||
- project
|
||||
- assets
|
||||
- subsets
|
||||
- version
|
||||
- versions
|
||||
- representation
|
||||
- representations
|
||||
- openpype/pipeline/mongodb.py
|
||||
Query:
|
||||
- project
|
||||
- openpype/pipeline/thumbnail.py
|
||||
Query:
|
||||
- project
|
||||
|
||||
## Hosts
|
||||
### Aftereffects
|
||||
- openpype/hosts/aftereffects/plugins/create/workfile_creator.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue