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-03-18 19:06:51 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-03-21 18:38:13 +0300
commit1897df891cc6fa64a240a531853cddd1b52a78a5 (patch)
treefdef61ce07d0523db1114f2092b9a052e4e54015 /source/blender/imbuf/intern/openexr/openexr_multi.h
parent6e4d2fa9140864a13356b07ffca082817822987f (diff)
Cleanup: move OpenEXR channel name construction to OpenEXR code
Diffstat (limited to 'source/blender/imbuf/intern/openexr/openexr_multi.h')
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_multi.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_multi.h b/source/blender/imbuf/intern/openexr/openexr_multi.h
index f5a2f983b18..32a06a50c12 100644
--- a/source/blender/imbuf/intern/openexr/openexr_multi.h
+++ b/source/blender/imbuf/intern/openexr/openexr_multi.h
@@ -105,6 +105,13 @@ void IMB_exr_add_view(void *handle, const char *name);
bool IMB_exr_has_multilayer(void *handle);
+void IMB_exr_channel_name(char *fullname,
+ const char *layname,
+ const char *passname,
+ const char *viewname,
+ const char *chan_id,
+ const int channel);
+
#ifdef __cplusplus
} /* extern "C" */
#endif