tornavis/source
Omar Emara 44778bdf41 Compositor: Unify Denoise node between CPU and GPU
The CPU compositor always adds a filter for normal and albedo even if
they don't contain any data, that is, when they are not connected to
anything, by inflating a buffer with the editor value, which is not even
accesible to the user. In anycase, such a solid color will not help do
anything in the denoise operation.

This patch aligns the implementation by only adding the abeldo and
normal filter if they contain actual data, speeding up the operation in
the process.

Pull Request: https://projects.blender.org/blender/blender/pulls/118553
2024-02-21 13:23:04 +01:00
..
blender Compositor: Unify Denoise node between CPU and GPU 2024-02-21 13:23:04 +01:00
creator Cleanup: various non-functional changes for C++ 2024-02-21 10:33:56 +11:00
CMakeLists.txt CMake: add option to disable pre-compiled headers 2024-02-21 10:35:20 +11:00