mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-4643 - added docstring
This commit is contained in:
parent
2bc8377dbc
commit
4a80b7bb34
1 changed files with 11 additions and 0 deletions
|
|
@ -18,6 +18,17 @@ from openpype.lib.profiles_filtering import filter_profiles
|
|||
class ExtractColorTranscode(publish.Extractor):
|
||||
"""
|
||||
Extractor to convert colors from one colorspace to different.
|
||||
|
||||
Expects "colorspaceData" on representation. This dictionary is collected
|
||||
previously and denotes that representation files should be converted.
|
||||
This dict contains source colorspace information, collected by hosts.
|
||||
|
||||
Target colorspace is selected by profiles in the Settings, based on:
|
||||
- families
|
||||
- host
|
||||
- task types
|
||||
- task names
|
||||
- subset names
|
||||
"""
|
||||
|
||||
label = "Transcode color spaces"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue