Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1546)

Issue 5530079: Color Matte Node (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by dfelinto
Modified:
12 years, 4 months ago
Reviewers:
jbkkavt, bf-codereview
Base URL:
https://svn.blender.org/svnroot/bf-blender/branches/tile/blender
Visibility:
Public.

Description

committed on rev. 43330

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -0 lines) Patch
source/blender/compositor/CMakeLists.txt View 2 chunks +4 lines, -0 lines 0 comments Download
source/blender/compositor/intern/COM_Converter.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
source/blender/compositor/nodes/COM_ColorMatteNode.h View 1 chunk +38 lines, -0 lines 0 comments Download
source/blender/compositor/nodes/COM_ColorMatteNode.cpp View 1 chunk +67 lines, -0 lines 2 comments Download
source/blender/compositor/operations/COM_ColorMatteOperation.h View 1 chunk +52 lines, -0 lines 0 comments Download
source/blender/compositor/operations/COM_ColorMatteOperation.cpp View 1 chunk +83 lines, -0 lines 3 comments Download

Messages

Total messages: 3
dfelinto
12 years, 4 months ago (2012-01-11 18:37:34 UTC) #1
jbkkavt
Hi Dalai, some small remarks. The rest is ok! http://codereview.appspot.com/5530079/diff/1/source/blender/compositor/nodes/COM_ColorMatteNode.cpp File source/blender/compositor/nodes/COM_ColorMatteNode.cpp (right): http://codereview.appspot.com/5530079/diff/1/source/blender/compositor/nodes/COM_ColorMatteNode.cpp#newcode45 source/blender/compositor/nodes/COM_ColorMatteNode.cpp:45: ...
12 years, 4 months ago (2012-01-12 14:16:37 UTC) #2
dfelinto
12 years, 4 months ago (2012-01-12 18:54:37 UTC) #3
fixed the mentioned issues.
committed on rev. 43330

http://codereview.appspot.com/5530079/diff/1/source/blender/compositor/nodes/...
File source/blender/compositor/nodes/COM_ColorMatteNode.cpp (right):

http://codereview.appspot.com/5530079/diff/1/source/blender/compositor/nodes/...
source/blender/compositor/nodes/COM_ColorMatteNode.cpp:45:
inputSocketKey->relinkConnections(operationRGBToHSV_Key->getInputSocket(0),
true, 0, graph);
ahh now I understand this. this is the editorNodeInputSocketIndex. changed.

On 2012/01/12 14:16:37, jbkkavt wrote:
> inputSocketKey->relinkConnections(operationRGBToHSV_Key->getInputSocket(0),
> true, 1, graph);
> 
> Should be '1' not '0'

http://codereview.appspot.com/5530079/diff/1/source/blender/compositor/operat...
File source/blender/compositor/operations/COM_ColorMatteOperation.cpp (right):

http://codereview.appspot.com/5530079/diff/1/source/blender/compositor/operat...
source/blender/compositor/operations/COM_ColorMatteOperation.cpp:54: float
alpha;
copy+paste legacy. removed
On 2012/01/12 14:16:37, jbkkavt wrote:
> Can't see where this is used
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b