Blender Git Loki
Git Commits -> Revision f79ac72
Revision f79ac72 by Manuel Castilla (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (GMT) |
Compositor: Full frame Levels node Adds full frame implementation to this node operations. No functional changes. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D11749 |
Commit Details:
Full Hash: f79ac7220874ce409cc97f81102913520d922d1b
Parent Commit: f464c18
Committed By: Fabian Schempp
Lines Changed: +202, -7
6 Modified Paths:
/source/blender/compositor/intern/COM_ExecutionSystem.cc (+2, -1) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystem.h (+27, -0) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.cc (+90, -0) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.h (+25, -6) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cc (+47, -0) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.h (+11, -0) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystem.h (+27, -0) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.cc (+90, -0) (Diff)
/source/blender/compositor/operations/COM_CalculateMeanOperation.h (+25, -6) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.cc (+47, -0) (Diff)
/source/blender/compositor/operations/COM_CalculateStandardDeviationOperation.h (+11, -0) (Diff)