colorspace
ARenderProduct
Bases: object
This is the minimal data structure required to get ayon_core.pipeline.farm.pyblish_functions.create_instances_for_aov
to work with deadline addon's job submissions.
Source code in client/ayon_houdini/api/colorspace.py
25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
LayerMetadata
Bases: object
Data class for Render Layer metadata.
Source code in client/ayon_houdini/api/colorspace.py
12 13 14 15 |
|
RenderProduct
Bases: object
Specific Render Product Parameter for submitting.
Source code in client/ayon_houdini/api/colorspace.py
18 19 20 21 22 |
|
get_default_display_view_colorspace()
Returns the colorspace attribute of the default (display, view) pair.
It's used for 'ociocolorspace' parm in OpenGL Node.
Source code in client/ayon_houdini/api/colorspace.py
55 56 57 58 59 60 61 62 63 64 65 |
|
get_scene_linear_colorspace()
Return colorspace name for Houdini's OCIO config scene linear role.
By default, renderers in Houdini render output images in the scene linear role colorspace.
Returns:
Type | Description |
---|---|
Optional[str]: The colorspace name for the 'scene_linear' role in the OCIO config Houdini is currently set to. |
Source code in client/ayon_houdini/api/colorspace.py
40 41 42 43 44 45 46 47 48 49 50 51 52 |
|