colorspace
ARenderProduct
Bases: object
Source code in client/ayon_max/api/colorspace.py
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 57 58 59 60 61 62 63 64 65 66 67 68 69 | |
__init__(frame_start, frame_end)
Constructor.
Source code in client/ayon_max/api/colorspace.py
33 34 35 36 | |
add_colorspace_data(product_name, colorspace, view, display)
Add colorspace data to the render product.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
product_name | str | The name of the render product. | required |
colorspace | str | The colorspace of the render product. | required |
view | str | The view of the render product. | required |
display | str | The display of the render product. | required |
Source code in client/ayon_max/api/colorspace.py
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | |
LayerMetadata
Bases: object
Data class for Render Layer metadata.
Source code in client/ayon_max/api/colorspace.py
23 24 25 26 27 28 | |
RenderProduct
Bases: object
Getting Colorspace as Specific Render Product Parameter for submitting publish job.
Source code in client/ayon_max/api/colorspace.py
11 12 13 14 15 16 17 18 19 20 | |