colorspace
ARenderProduct
Bases: object
Source code in client/ayon_max/api/colorspace.py
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | |
__init__()
Constructor.
Source code in client/ayon_max/api/colorspace.py
31 32 33 34 35 | |
get_colorspace_data()
To be implemented by renderer class. This should return a list of RenderProducts. Returns: list: List of RenderProduct
Source code in client/ayon_max/api/colorspace.py
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | |
LayerMetadata
Bases: object
Data class for Render Layer metadata.
Source code in client/ayon_max/api/colorspace.py
11 12 13 14 15 | |
RenderProduct
Bases: object
Getting Colorspace as Specific Render Product Parameter for submitting publish job.
Source code in client/ayon_max/api/colorspace.py
18 19 20 21 22 23 24 25 26 | |