From 6803474bdc9e260e6d6c251fc4c901f659ca21d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Je=C5=BEek?= Date: Mon, 16 Jan 2023 14:21:05 +0100 Subject: [PATCH] Update website/docs/dev_colorspace.md Co-authored-by: Roy Nieterau --- website/docs/dev_colorspace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/dev_colorspace.md b/website/docs/dev_colorspace.md index 610836e3e6..bfc7e0e328 100644 --- a/website/docs/dev_colorspace.md +++ b/website/docs/dev_colorspace.md @@ -66,7 +66,7 @@ The **set_representation_colorspace** method adds `colorspaceData` to the repres An example implementation can be found here: `openpype\hosts\nuke\plugins\publish\extract_render_local.py` -4. Implement the loading procedure. Each loader which needs to have colorspace (detected from representation doc) set to DCC reader nodes should implement following code. +4. The Loader plug-ins should take into account the `colorspaceData` in the published representation's data to allow the DCC to read in the expected color space. ```python from openpype.pipeline.colorspace import ( get_imageio_colorspace_from_filepath,