Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-04-11 20:38:45 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-04-11 21:10:42 +0300
commitc65b022e6207865702357d07d19b5d576dbfb136 (patch)
tree543297567690b1bea37e0a124f54c3d6a515a25e /source/blender/imbuf/IMB_colormanagement.h
parenta99639792b1628493139eb9943ae4befbdc6b613 (diff)
Fix OpenColorIO error with configs using <USE_DISPLAY_NAME>
* Don't assume the display colorspace name fully defines the transform to display space, this is not true in OpenColorIO 2 where view transforms may be defined in more complexs ways than just specifying a colorspace. * In places where we need to store the display colorspace name, resolve <USE_DISPLAY_NAME> token manually. Ref T96590
Diffstat (limited to 'source/blender/imbuf/IMB_colormanagement.h')
-rw-r--r--source/blender/imbuf/IMB_colormanagement.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/imbuf/IMB_colormanagement.h b/source/blender/imbuf/IMB_colormanagement.h
index 7cf2c02e657..97030d44047 100644
--- a/source/blender/imbuf/IMB_colormanagement.h
+++ b/source/blender/imbuf/IMB_colormanagement.h
@@ -256,10 +256,6 @@ void IMB_colormanagement_display_settings_from_ctx(
struct ColorManagedViewSettings **r_view_settings,
struct ColorManagedDisplaySettings **r_display_settings);
-const char *IMB_colormanagement_get_display_colorspace_name(
- const struct ColorManagedViewSettings *view_settings,
- const struct ColorManagedDisplaySettings *display_settings);
-
/**
* Acquire display buffer for given image buffer using specified view and display settings.
*/