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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-15 15:53:51 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-15 15:53:51 +0400
commit82473f67b358cc76c6e60ced68d73d7dac06a7b0 (patch)
treec25ecfd47d1c2105054240a77730a73a75045feb /source/blender/compositor/operations/COM_KeyingOperation.h
parentfa3dd67b42adc12cc227bfd353a3f6469e82eaf6 (diff)
Core matte input for keying node
This matte could be used to force alpha be at high values in areas where algorithm detects it as edge or background color.
Diffstat (limited to 'source/blender/compositor/operations/COM_KeyingOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_KeyingOperation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/compositor/operations/COM_KeyingOperation.h b/source/blender/compositor/operations/COM_KeyingOperation.h
index 657a1ff807c..8d0e7851ee5 100644
--- a/source/blender/compositor/operations/COM_KeyingOperation.h
+++ b/source/blender/compositor/operations/COM_KeyingOperation.h
@@ -39,6 +39,7 @@ protected:
SocketReader *pixelReader;
SocketReader *screenReader;
SocketReader *garbageReader;
+ SocketReader *coreReader;
float screenBalance;