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:
Diffstat (limited to 'source/blender/compositor/operations/COM_ChannelMatteOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ChannelMatteOperation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/compositor/operations/COM_ChannelMatteOperation.h b/source/blender/compositor/operations/COM_ChannelMatteOperation.h
index ba50105dd3b..83f187ae443 100644
--- a/source/blender/compositor/operations/COM_ChannelMatteOperation.h
+++ b/source/blender/compositor/operations/COM_ChannelMatteOperation.h
@@ -65,11 +65,11 @@ class ChannelMatteOperation : public MultiThreadedOperation {
void setSettings(NodeChroma *nodeChroma, const int custom2)
{
- this->m_limit_max = nodeChroma->t1;
- this->m_limit_min = nodeChroma->t2;
- this->m_limit_method = nodeChroma->algorithm;
- this->m_limit_channel = nodeChroma->channel;
- this->m_matte_channel = custom2;
+ m_limit_max = nodeChroma->t1;
+ m_limit_min = nodeChroma->t2;
+ m_limit_method = nodeChroma->algorithm;
+ m_limit_channel = nodeChroma->channel;
+ m_matte_channel = custom2;
}
void update_memory_buffer_partial(MemoryBuffer *output,