Blender Git Loki

Git Commits -> Revision eb14b7f

Revision eb14b7f by Dalai Felinto (tile)
January 10, 2012, 22:15 (GMT)
Separate Combine YCbCr nodes + fix for YUV
------------------------------------------
YUV was missing in COM_Converter.cpp

Sep/Comb YCC could even inherit each other (given the setMode function is th same). But I think it's fine to duplicate that. Thoughts?

Also, I'm not using m_privateprops C++ like naming. As we are not doing this in the other nodes.

reviewed/approved by Jeroen Bakker.

Commit Details:

Full Hash: eb14b7fb233681c47feef2f6d7a067bdab8d8249
SVN Revision: 43269
Parent Commit: 134dd5b
Lines Changed: +459, -0

8 Added Paths:

/source/blender/compositor/nodes/COM_CombineYCCANode.cpp (+42, -0) (View)
/source/blender/compositor/nodes/COM_CombineYCCANode.h (+37, -0) (View)
/source/blender/compositor/nodes/COM_SeparateYCCANode.cpp (+44, -0) (View)
/source/blender/compositor/nodes/COM_SeparateYCCANode.h (+38, -0) (View)
/source/blender/compositor/operations/COM_ConvertRGBToYCCOperation.cpp (+69, -0) (View)
/source/blender/compositor/operations/COM_ConvertRGBToYCCOperation.h (+68, -0) (View)
/source/blender/compositor/operations/COM_ConvertYCCToRGBOperation.cpp (+69, -0) (View)
/source/blender/compositor/operations/COM_ConvertYCCToRGBOperation.h (+68, -0) (View)

2 Modified Paths:

/source/blender/compositor/CMakeLists.txt (+8, -0) (Diff)
/source/blender/compositor/intern/COM_Converter.cpp (+16, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021