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:
authorJeroen Bakker <jeroen@blender.org>2021-02-24 17:17:29 +0300
committerJeroen Bakker <jeroen@blender.org>2021-02-24 17:18:31 +0300
commit79f34447d649a0fc680e3ebf95fa730981831668 (patch)
tree71cd255508a05a933f7a5637202a676826d9de8d /source/blender/blenkernel/BKE_cryptomatte.h
parent4fb0c83c1c8529b61d38d8a409caf58d05a53bd9 (diff)
Cleanup: CryptomatteLayer structure.
Current implementation was to restricting for future enhancements where the CryptomatterLayer could be read from existing metadata.
Diffstat (limited to 'source/blender/blenkernel/BKE_cryptomatte.h')
-rw-r--r--source/blender/blenkernel/BKE_cryptomatte.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_cryptomatte.h b/source/blender/blenkernel/BKE_cryptomatte.h
index 2b5a6a2044b..4b62c795a5a 100644
--- a/source/blender/blenkernel/BKE_cryptomatte.h
+++ b/source/blender/blenkernel/BKE_cryptomatte.h
@@ -38,7 +38,6 @@ struct Object;
struct RenderResult;
struct CryptomatteSession *BKE_cryptomatte_init(void);
-void BKE_cryptomatte_finish(struct CryptomatteSession *session);
void BKE_cryptomatte_free(struct CryptomatteSession *session);
uint32_t BKE_cryptomatte_hash(const char *name, int name_len);