mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-4218 - added docstring
This commit is contained in:
parent
b3e9d6a6b6
commit
994edef588
1 changed files with 9 additions and 0 deletions
|
|
@ -37,6 +37,15 @@ class CollectPublishedFiles(pyblish.api.ContextPlugin):
|
|||
|
||||
This is not applicable for 'studio' processing where host application is
|
||||
called to process uploaded workfile and render frames itself.
|
||||
|
||||
For each task configure what properties should resulting instance have
|
||||
based on uploaded files:
|
||||
- uploading sequence of 'png' >> create instance of 'render' family,
|
||||
by adding 'review' to 'Families' and 'Create review' to Tags it will
|
||||
produce review.
|
||||
|
||||
There might be difference between single(>>image) and sequence(>>render)
|
||||
uploaded files.
|
||||
"""
|
||||
# must be really early, context values are only in json file
|
||||
order = pyblish.api.CollectorOrder - 0.490
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue