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 <j.bakker@atmind.nl>2012-06-22 17:11:38 +0400
committerJeroen Bakker <j.bakker@atmind.nl>2012-06-22 17:11:38 +0400
commitf73e023e54923890bdfd2e5f81a3d13866413f75 (patch)
tree98252d403fa54db74d13bf0e19eb6bcd83071245 /source/blender/compositor/operations/COM_CombineChannelsOperation.h
parent35bc9b612d12f4b673cd76bf70dfacba28b5671b (diff)
* fix for [#31553] Tile Compositor: Strange seams
Diffstat (limited to 'source/blender/compositor/operations/COM_CombineChannelsOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_CombineChannelsOperation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/compositor/operations/COM_CombineChannelsOperation.h b/source/blender/compositor/operations/COM_CombineChannelsOperation.h
index d2977155e14..cc71f44b4f5 100644
--- a/source/blender/compositor/operations/COM_CombineChannelsOperation.h
+++ b/source/blender/compositor/operations/COM_CombineChannelsOperation.h
@@ -37,6 +37,8 @@ public:
void initExecution();
void deinitExecution();
+
+ bool determineDependingAreaOfInterest(rcti *input, ReadBufferOperation *readOperation, rcti *output);
};
#endif