colorspace
ARenderProduct
Bases: object
Source code in client/ayon_max/api/colorspace.py
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
|
__init__()
Constructor.
Source code in client/ayon_max/api/colorspace.py
25 26 27 28 29 |
|
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
37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
|
LayerMetadata
Bases: object
Data class for Render Layer metadata.
Source code in client/ayon_max/api/colorspace.py
5 6 7 8 9 |
|
RenderProduct
Bases: object
Getting Colorspace as Specific Render Product Parameter for submitting publish job.
Source code in client/ayon_max/api/colorspace.py
12 13 14 15 16 17 18 19 20 |
|